thegreek Posted December 18, 2009 Posted December 18, 2009 I have made a table that every time that a record is created it gets a serial number.I have made a relationship with the other main table to display the newest created record.It works as i want till i get to the number 99(I started the autoserial at 00)when i make new records above 99 they dont show to the other table.What can i do to overcome this strange behavior?
Hijack Posted December 18, 2009 Posted December 18, 2009 Just to confirm, your serial number field is a numeric field and not a text field, right? it sounds like it's simply sorting the serial data textually instead of numerically.
Recommended Posts
This topic is 5514 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now