Hello
I have included a slimmed down version of my database in case you need to see for yourself what I'm about to explain.
I have 3 tables and 3 forms (U/S, Temmis, and deployed) all three tables and forms are basically the same except for wording and tag numbers. They were all working as intended untill i noticed that the tag numbers were sorting in a fasion i did not like. it was going from 1000's to 1100's to 1200's and then 300's (1000... ,1100...,1200..., 300..) so I changed the data type from Text to Number of the field USTagNum in USTagT. It is now sorting how i would like (300..,1000..,1100...,1200...) But now there is a new issue. I verified by changing the datatype from text to number in the TemmisTagT and the problem is now happening on the temmis form also.
I will describe how the TEMMIS form should work normally and just remember that the other two forms work the same way. When you select the Sign in button Temmis Tag In combo box becomes usable. you then select the tag number you are signing back in and it will populate the boxes below with the info for that tag.
Now after changing the datatype to number you select sign in and then select a tag number and no info shows up in the boxes below and if you change the tag number you selected three times a microsoft access box pops up saying "Update or Cancel update without AddNew or Edit."
I could just change the datatype back to text but then my sorting will be all off again so i was wondering if there is a way to get it working the way it used to but still keeping the datatype as number. Or if you know of another way to sort so its will not come out 1000, 1100, 1200, 300.
If you want to play around with the database i uploaded then the Deployed form is the one that is still working the way i want it to. The Temmis and US are not working
Thanks