Search results

  1. B

    How do I copy fields from 1 record to the next?

    I have another problem that drives me insane. And here it goes: I have fields on a form for the Date, the Start time and the Finish time. These won’t change for the next 120 records. So, upon opening a new record, I’d like the Date and times to appear there already. But here is the crux: After...
  2. B

    How do I say "unless" in VBA?

    Hello there! I have the following problem: I have a form that automatically puts a value into a field if I click a checkbox. So far, so good. I want the field to say 0, unless the check box is clicked, in which case it will automatically write 12 into the field. I wrote a piece of code that...
Back
Top Bottom