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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

More help with numbers please!

Status
Not open for further replies.

csegal

Technical User
Jun 12, 2001
38
US

Thanks "HNA"
I had inserted this code under the on form_Current:
Me.Asset# = DMax("[Asset#]", "Table Name") + 1

And i substituted the "Table Name" with the name of the table where the data is from "SERIAL NUMBER LOG"
But i get a COMPILE ERROR "Method or data member not found"
then it highlights the .Asset# =

I am using access 97, if that matters...

Need more help please...
csegal@arrowair.com
 
Me![Asset#] = DMax("[Asset#]", "Table Name") + 1

Not knowing what you're doing the above should do the trick.

Bill
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top