Search results

  1. J

    Default Printers Messing Up Reports

    Same problem I'm having the same problem. Right now I'm asking everyone to print preview the form(s) and then set the print settings. After that is done the first time they don't have to do it again until they get a new version of the program. Seems like you could at least set the paper size...
  2. J

    Tabbed Form - unbound text box

    Rob: It's a tab control form (file folder type form). My main question concerned the lack of a header in this form format. I'll just have to use the search feature (combo box) [easily done with the wizard] in each tabbed section I guess (as Wayne described) . It's no biggie, but I was...
  3. J

    Tabbed Form - unbound text box

    I'm trying to use an unbound text box to serve as a search or record selection. In regular forms I put these text boxes in the header section and they work fine. The tabbed form doesn't allow a header to be used.... Is there a way around this, or, am I just out of luck? Thanks
  4. J

    One button to refresh all forms and subfroms at once ?

    Can we assume that the recalc actually dumps the data to the database? Thanks
  5. J

    Date Update to Current Date

    That did it... Thanks Evidently I can't read either :rolleyes:
  6. J

    Date Update to Current Date

    I'm doing something wrong... I put the following in the properties for the text box. An error says it can't find a Macro??? What am I doing wrong? I'm new to the code stuff. Thanks.... -------------------------------------------------------------- Private Sub dtmUpdateDate_BeforeUpdate(Cancel...
  7. J

    Date Update to Current Date

    I'm using A2K and very new to Access. I want to have a text box (with a control source) update itself with the current date when any change is made to the current record. I read somewhere in here that the "Dirty" command could do something like that but there was not enough info there for me...
Back
Top Bottom