razorkat99
Still figurin' it out
- Local time
- Today, 04:32
- Joined
- Oct 22, 2007
- Messages
- 35
I have searched through and read as many posts as possible to find my answer, but am not coming up with my scenario to determine the resolution. Going back to my db that contains the address book I got the record selection to work correctly when I click on "A", "B", "C", etc., but the problem is with the sort when I open the form.
Because Access is sorting my records by how they are entered in the Customer Data Entry form, which is no specific order, the first record that comes up in my Call Log form when I open it starts with an "M" instead of "A". If I click on the letter "A" in the address book on this form it will sort the drop down selection box in order from A-Z. I want it to OPEN alphabetically not by 1st record in the table. I have tried entering SORT BY code in the On Open property field of the Call Log form, but that doesn't seem to work.
Based on what I have read I have two options: Sort the data in a query or write an event procedure (preferred). I tried writing an On Open event procedure based on examples in Access and here, but no luck.
Table where data is: tblLocation
Field to sort by: Location
Form: CustCallsDataEntryForm
Any assistance would be appreciated. I posted here since I am asking a form question and don't know if I should use a query or VB to get it to work properly.
Because Access is sorting my records by how they are entered in the Customer Data Entry form, which is no specific order, the first record that comes up in my Call Log form when I open it starts with an "M" instead of "A". If I click on the letter "A" in the address book on this form it will sort the drop down selection box in order from A-Z. I want it to OPEN alphabetically not by 1st record in the table. I have tried entering SORT BY code in the On Open property field of the Call Log form, but that doesn't seem to work.
Based on what I have read I have two options: Sort the data in a query or write an event procedure (preferred). I tried writing an On Open event procedure based on examples in Access and here, but no luck.
Table where data is: tblLocation
Field to sort by: Location
Form: CustCallsDataEntryForm
Any assistance would be appreciated. I posted here since I am asking a form question and don't know if I should use a query or VB to get it to work properly.