Search results

  1. PaddyIrishMan

    stopwatch or timer

    Just off the top of my head you could use the "Time" function. E.g. If you want to record time you could use a start variable & a stop variable. In VBA, when you wish to begin recording you just assign the start variable = Time The when you are finished assign the stop variable = Time Stop -...
  2. PaddyIrishMan

    Append to an Append Query??

    Hi all, Just wondering if anybody has any thoughts on the following? At the Autoexec event, an append query runs, gathers the latest data from another database & appends to a table in the local database. What I want to do is: For each item returned from the Append query, prepend "CR". I.e...
  3. PaddyIrishMan

    RecordSource\ControlSource problems

    Knew it would be something simple... That works nicely! Thanks Shay
  4. PaddyIrishMan

    Link frame to combo box.

    Are the numbers displayed just zeros & ones? I.e. the Option button.value True/False?
  5. PaddyIrishMan

    Link frame to combo box.

    Hi, It sounds like the Id's rather than the textual names are going into the ListBox, do you have Multiple columns in the Listbox - if so, try changing the BoundColumn which is probably set to 0 to 1 Regards, Patrick.
  6. PaddyIrishMan

    RecordSource\ControlSource problems

    Hi, I'm probably doing something stupid but... It is Monday morning & I need help.. I have a Generic form. I want to set the forms RecordSource in code so that I can open it from other Forms using different recordsources. The form has two fields, "Comment" & "Record ID" Currently, in the click...
Back
Top Bottom