Search results

  1. A

    Generate Report by Field Value - not just the field

    I am looking to generate a report that will give me the number of the actual value of the field, not just sort it by the field or give me the table total. Example: Combo-box with 20 names in it. It's used to record who has made an observation about something. I want to be able to generate a...
  2. A

    Display label or text box at specific time

    I've searched the forum, cannot find anything for this. I want to display a label or text box (or if possible a msgbox) at a specific time of the day. My database is a 24hr op, so a user will always be on to see it. Here's the code I tried. If Time = 0800 Then me.reminder.visible = true else...
Back
Top Bottom