luvthisboard!
Registered User.
- Local time
- Today, 20:08
- Joined
- Sep 10, 2002
- Messages
- 21
Hope I explain this so that you can follow here is what I wish to do !
Form has the following fields (among others)
From: (number field)
To: (number field)
Number of items : (number field)
Here's what I want to be able to do.
From number should appear when form opens cause it is already populated from previous entry as follows:
User enters in the number of items that they want and database adds that to the From Number and comes up with the to number then when user goes to add new record the from number is the previous to number plus 1 (hope you get this!)
example:
From: 150
To: blank
Number of items: 30 (entered by user)
Then To: becomes 179
and From: on the next new record is 180
obviously I will also have to figure out what to do with the very first From: cos there won't be a previous record to take it from
hope you can follow many thanks


Form has the following fields (among others)
From: (number field)
To: (number field)
Number of items : (number field)
Here's what I want to be able to do.
From number should appear when form opens cause it is already populated from previous entry as follows:
User enters in the number of items that they want and database adds that to the From Number and comes up with the to number then when user goes to add new record the from number is the previous to number plus 1 (hope you get this!)
example:
From: 150
To: blank
Number of items: 30 (entered by user)
Then To: becomes 179
and From: on the next new record is 180
obviously I will also have to figure out what to do with the very first From: cos there won't be a previous record to take it from
hope you can follow many thanks
