saraann422
Technical User
Good afternoon,
I'm working on an Access database form, and I've added a drop down box to help find records.
The table I'm working from has 1000's of records. The two fields I'm using in the drop down are a field with just 4 digits and a names field. I've got the drop down to search for the 4 digits, and when you hit the drop down arrow it'll show those digits and last names (there are records that have the same four digits).
The problem is:
*I can get it to search for the 4 digits, but the drop down will not show in numeric/alphabetic order. So if I'm searching for 0015, the list of 0015 doesn't show, but it will show the first 0015 and the next record after that (which may be 9955).
* OR, I can change the dropdown to a query and have it sort by number/alphabet, but then if I search for anything over 4450, it just goes to 4450. The drop down will not show any number above it.
Does anyone know how I can fix this?
Thank you!
Sarah
I'm working on an Access database form, and I've added a drop down box to help find records.
The table I'm working from has 1000's of records. The two fields I'm using in the drop down are a field with just 4 digits and a names field. I've got the drop down to search for the 4 digits, and when you hit the drop down arrow it'll show those digits and last names (there are records that have the same four digits).
The problem is:
*I can get it to search for the 4 digits, but the drop down will not show in numeric/alphabetic order. So if I'm searching for 0015, the list of 0015 doesn't show, but it will show the first 0015 and the next record after that (which may be 9955).
* OR, I can change the dropdown to a query and have it sort by number/alphabet, but then if I search for anything over 4450, it just goes to 4450. The drop down will not show any number above it.
Does anyone know how I can fix this?
Thank you!
Sarah