Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

autonumber and continuos form

Status
Not open for further replies.

nadir66

IS-IT--Management
May 30, 2002
34
hi
i have a problem that keeps me going fo rthe last 2 days.
i have a continuos form, that i fill with data for manufacture formulas, and all the numbers need to be generated at that point. my problem is that this is a subform, so it does not get refreshed, and when i use dmax
=dmax("field", "table")+1 , the new(second) line is a duplicate. how can i solve this problem?
Thank you for your time.
 
dmax will alway return same value.
need to do something like

=dcount(field", "table","Where recordid >recid")
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top