accessNator
Registered User.
- Local time
- Today, 02:06
- Joined
- Oct 17, 2008
- Messages
- 132
I am trying to create a form where the USER adds a record but it also keeps a running total. Basically its a check deposit input form.
My form is a continuous form so the User can input multiple records at a time.
My first field is a drop down box where a user selects a company name (Combo box),
My second field is the user select Type Of Deposit (Combo Box)
My Third field is a Check No (Text Box).
My 4th field is an AMT (Text Box)
I need a validation check that if any of those fields are empty it cannot proceed to add another record or if a USER clicks on the SUBMIT button it checks to see if all those fields has an entry.
Any examples I can take a look at?
Thanks In Advance.
My form is a continuous form so the User can input multiple records at a time.
My first field is a drop down box where a user selects a company name (Combo box),
My second field is the user select Type Of Deposit (Combo Box)
My Third field is a Check No (Text Box).
My 4th field is an AMT (Text Box)
I need a validation check that if any of those fields are empty it cannot proceed to add another record or if a USER clicks on the SUBMIT button it checks to see if all those fields has an entry.
Any examples I can take a look at?
Thanks In Advance.