David222 Posted August 30, 2006 Posted August 30, 2006 I am trying to add a record count to a database. When it does an Insert command, Dim rec as Interger rec = 000000 code........ code........ rec = rec + 1 insert num value (rec) VB errors in rec = rec + 1 any ideas Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.