hyoasakura
New member
- Local time
- Tomorrow, 06:38
- Joined
- May 25, 2014
- Messages
- 2
Hi all , i have problem with Access VBA about auto numbering
Table name : test
field: idNum = text
remarks= text
idNum = 01.001
01.002
02.001
the problem is ..when i click new id order by combobox/textbox (01) the result is 01.003 and when the combobox/textbox (02) then the result is 02.002 how the VBA ..can anyone give me the example....
regards
Table name : test
field: idNum = text
remarks= text
idNum = 01.001
01.002
02.001
the problem is ..when i click new id order by combobox/textbox (01) the result is 01.003 and when the combobox/textbox (02) then the result is 02.002 how the VBA ..can anyone give me the example....
regards