The below code opened a form and displayed the next sequential number on the form. The form is based on a table with an identity seed.
If bolTest Then
DoCmd.OpenForm "frmVoucher", acNormal, , , acFormAdd, acWindowNormal
It worked in Windows XP, but is not displaying the next id in Windows 7.
Any ideas?
If bolTest Then
DoCmd.OpenForm "frmVoucher", acNormal, , , acFormAdd, acWindowNormal
It worked in Windows XP, but is not displaying the next id in Windows 7.
Any ideas?