Recent content by Uni03

  1. U

    Update table

    Hi - Sorry for not responding sooner - got side-tracked doing something else. I try your suggestion. The save button will ensure that the user checks and saves theis work. Thanks, again!
  2. U

    Update table

    Hi - I have a data entry form with a form/subform. The main form has a drop-down to select a device number, then the subform has the details to add for that device to the table. When the form opens, the cursor defaults to the first field in the subform. If the user upon opening wanted to go and...
  3. U

    Form update not showing

    Yes-that did it. Thank you very much for your help.
  4. U

    Form update not showing

    From the switchboard I have to run the data entry, a chart, and a report with meter totals by machine. There is no problem running the chart and the report. Since the data entry is a form/subform setup, and needing a cursor default on the subform, this setup needs some extra code for that button...
  5. U

    Form update not showing

    Hi, thanks for replying. I did set the tab order so that the field to have the cursor be at is first. From the switchboard, I can bring up the data entry form but I have to click in the form, then I can enter my data. When I go into the form from the switchboard, the default tab is not...
  6. U

    Form update not showing

    Thank You very much for you help. I will keep going through the db and maybe something will jump out at me.
  7. U

    Form update not showing

    I am not able to save the database in any other format but 2010.
  8. U

    Form update not showing

    Hi - Here's the db. Again, if you open the frmMeters form, the tab shows up on the date field, the first field in the subform. Running this through the frmMenuSwitchboard (the first button) - no tab. Thanks.
  9. U

    Form update not showing

    Actually, after entering the form from the menu form, the tab function doesn't work in the main form. When I used it, it was moving down the left column of database objects. I would have to actually click in the main form to start data entry.
  10. U

    Form update not showing

    I just tried using Sub Form_Current instead of Sub_Form Load in the subform code, but that isn't setting the cursor.
  11. U

    Form update not showing

    Thanks for replying. When the form/subform is first opened (Sub Form_Load), I do a SetFocus on that field.
  12. U

    Form update not showing

    Hi - I have a data entry form, consisting of a form/subform. I use a front end menu form to select doing the data entry, by clicking a button. I updated the subform so that upon opening the form, the cursor appears in the first field in the subform, and then the user tabs through the fields to...
  13. U

    Macro to delete database

    Hi - I am creating a temporary database which will only be needed for a month or two. Is there a macro or can I create a macro to delete the entire database on a certain date? I've seen something with Excel where a workbook was setup with a macro to self-destruct on a certain date. Rather than...
  14. U

    Date prompts for Report

    Used option 1. Thank You very much.
  15. U

    Date prompts for Report

    Good Evening - I have a report which contains meter counts for machines listed by machine number and shift. This is based on a query that prompts for a date range. The report lists at the top a total meter count by shift, only 2 lines, then the grand total of that. Next is a subreport which has...
Back
Top Bottom