Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Tfrank

    VB Code replacement?? for SendObject (Email) in Access97

    I have a data base that is a runtime version of Access 97 that is installed on many different types of machines, all have O/S from Windows 98SE to XP Pro. I have a form that easily allows the users to select email addresses and then send reports out all with the click of a button. In my code I...
  2. Tfrank

    How do I confirm MAPI when using SendObject for Email

    I have a data base that is a runtime version of Access 97 that is installed on many different types of machines, all have O/S from Windows 98Se to XP Pro. I have a form that easily allows the users to select email addresses and then send reports out all with the click of a button. In my code I...
  3. Tfrank

    Skip Blank Fields in report to compress column report

    I have a report where the fields in the detailed section are placed vertical on top of each other (The fields are very long). In the detailed section I have 5 different fields, occasioinaly some fields are blank. In order to minimize blank areas in the report, I would like to be able to compress...
  4. Tfrank

    VB Test for which tabbed page is active on a form

    I have a form that contains tabbed page forms. I have a simple question, is there a simple test using VB that I can do that will tell me which tabbed page is selected for view by the user. On one tab page I display photo's but I would only like to update each record with the appropiate photo...
  5. Tfrank

    How do I put the results of a VB function into table field

    I have a VB function in a module that I call from a form that returns the file path and file name from a Windows open file dialogue box. I would like to put this information in a field in a table from within the form. I currently display the file path and name in unbound boxes, every thing works...
  6. Tfrank

    Send report by Email using a Form

    Thanks!!! gkprogrammer, Your answer was exactly what I needed to know. It worked perfect, thank you very much! I have another question in regards to the same email form I am working on. Once the Email form is open for sending a report, I have list boxes for the user to select multiple email...
  7. Tfrank

    Send report by Email using a Form

    I have a form which has a list box where the users can select multiple email adresses for sending a report as an attachment. When viewing a report I would like to have a button on the toolbar for emailing this opened report. When the email button is pushed it opens up my email form where the...
  8. Tfrank

    Simple "List Box" question

    In my database there are two tables one of which is the main table and a second child table. The relationship betweeen the main to child is one-to-many. I have a main form where data is entered going into the Main table, on the same form there is also a sub-form for entering data into the child...
  9. Tfrank

    Prevent data entered into a subform only

    I would almost prefer to use a simple message box that informs the users that he can't do this, as only about 5% of the users attempt to enter data into the subform only. Do you have suggestions on the best approach to check for this situation and then create a message window preventing this...
  10. Tfrank

    Prevent data entered into a subform only

    I have a main form that also contains a subform and entering data into both fills data into two separate tables. The two tables are connected as a one-to-many relationship, where the data that goes into the main form and its related table is the ONE and the data input into the subform has the...
  11. Tfrank

    Add new fields to a table withVB

    I have have an Access 97 database that is split into a two files (back-end and front-end). The data base is used by several different groups each with their own data and all stand alone systems. I have made an enhancment to the database where I have added more fields in one of the tables. I...
  12. Tfrank

    Automatically add fields to a backend file

    I have a MS Access 97 database running on many different machines each with there own set of unique data. The data base has a frontend and backend file. I have made many enhancements to the software including adding new fields in the backend file. I would like to be able to upgrade the users...
  13. Tfrank

    Updating a Database with new fields

    I need to know if there is a way to update an Access 97 database where I have added new code and ADDED additional fields in the tables. The database is in two files the code and back-end data file. I really need to know if there is a simple way to update the back-end file without losing any of...
  14. Tfrank

    VB Printer Help for single pages

    I am trying to create a macro to print the current page of a report. I need a macro because I would like to create a custom toolbar which has an icon that when clicked will print only the current page in the report showing. I am using Access 97 for the database. Does anyone know how the VB code...
  15. Tfrank

    VB help to print a single record in a report

    I need help with some VB coding as I am a novice in VB. I need to create a button on a form such that it will print a single page from a report in which the report page corresponds to the record showing on the form. Thanks in advance for the help. Tfrank
  16. Tfrank

    Print Range does not allow for select Pages to be printed

    I have a multiple page report where I would only like to print a certain range of pages in the report. In the print dialogue box under Print Range pages the To: box is grayed out, so I am unable to print the desired pages, I can only print the complete report. Any ideas would be greatly...
  17. Tfrank

    Can I Created a Print Dialoge Button in a report view

    I would like to add a custom print button to a report view, which brings up the print dialogue window, so that I can select which pages to print in my report. While I can do this under file/Print, I need to add the button because I have versions of the database that are only using the Access97...
  18. Tfrank

    Access crashes after 2 characters entered in any field

    I have a unique problem where Access97 crashes with the following error "MSACCESS caused an invalid page fault in module MSO97RT.dll at ..." after 2 characters are entered into any field in any form. This is on a users computer that has only the Access runtime engine installed. The...
  19. Tfrank

    Page fault in module MSO97RT.DLL

    I using Access97 and distributing a database with the Access runtime engine. I have sent out several copies all working on many different types of machines, but I have a problem on one machine with the following error, "MSACCESS caused an invalid page fault in module MSO97RT.dll at...
  20. Tfrank

    How do I print out a single record from a Form button

    I need to add a button to a form that will print only that record displayed, based upon the layout and fields in a report to a single label printer. I know there must be a simple way to do this, but I can't figure it out. I have found a easy way to print out all the records, but I only want to...

Part and Inventory Search

Back
Top