Search results

  1. T

    Entering Short Time on Textbox with Existing Value

    In order to make data entry faster on my form, I have the following: txtUseTime (on form detail, continuous) ControlSource = [UseDate] (date/time field, stores both date and time) Format = "Short Time" InputMask = "00:00;0;_" (short time) GotFocus event = removes the date part of any existing...
  2. T

    Cascading Combobox Blank After Form Reopen

    Hi everyone, Sorry if this was asked before, but all I could find were posts regarding not working comboboxes. I have two combo boxes on the detail of a subform. Combo1 is a value list, called Type, with 2 columns, Boundcolumn 1, and the list something like "1;Main Service;2;Extra;3;Products"...
  3. T

    Question Summarizing(?) every n

    Hello everyone. I have a names table linked to a 2nd table where I have a date/time stamp field and a quantity field. Is there a way to summarize the quantity field for every n, and show the corresponding date/time stamps? For example, I have these data for a guy named "Stephen" Date/time...
Back
Top Bottom