Search results

  1. M

    Auto populate increment value in textbox.

    Hi guys Just a quick questions guys, I want to populate a textbox (txtA) in a subform with an increment of numbers starting from "1". 2 concerns; I don't want txtA to be filled in the unless other textboxes are filled in (can I make the code sorta like a dependant to these textboxes ?)...
  2. M

    Run-time error 2501

    Hi guys I have implemented this code into a button on my form to invoke the action of print preview of a report based on an ID query. It works fine when the user inputs an ID into the field. But when the user clicks on the cancel button or the X button, a runtime error happens. The error is...
  3. M

    Validation Rule in Form

    Hi guys I am new to Access 2003 and I was trying to populate data onto a subform with a condition. The condition is that the data that is populated is limited to the same ID number as the ID number on the main form. Can I do that via each textbox's validation rule or is there a simpler way ?
Top Bottom