Search results

  1. S

    A button to paste a time stamp in a field or two

    Ok great that works, cheers mate :) Have a good weekend
  2. S

    A button to paste a time stamp in a field or two

    [Master] is the table [Master_Collections] is a query of [Master] [Collectors] is continuous form of which the data source is [Master_Collections] query [TS_2CashApps] is a field in the query->Table, Its not one that is shown in the form but could be as it resides in [Master_Collections] query...
  3. S

    A button to paste a time stamp in a field or two

    No my control is the button "but2CA" The data I want to store = Now() The place I want to store it "[MASTER].[TS_2CashApps] The event On Click Cheers
  4. S

    A button to paste a time stamp in a field or two

    Hi thanks, My code; Private Sub but2CA_Click() Me.TS_2CashApps = Now() End Sub Complie Error: Methosd or data member not found TS_2CashApps is a date field in my table I probably took you too literally! Thanks
  5. S

    A button to paste a time stamp in a field or two

    Hi, I want to place Now() timestamp in a field when an operator hits a button, I would also like to tick a box. Can anyone help with ideas Thanks in advance
Back
Top Bottom