Hi all,
I am quite new to Access and the VBA world but managed to create a lovely form using VBA in excel. My work place has disabled macros so when I took the file to work it would not work. I decided I would use Access (better for what we are doing anyway). I have recreated the form however the search option I originally used was a combo box with a command (search button). You start typing in the combo box and when the correct item is chosen in the list you press search and the form populates with specific fields for that record.
The Problem
The problem with this is when there are two similar texts in the combo list. The form populates record 1 as a default. This is very annoying. In the excel form I created using VBA you could type in text box and the list would decrease showing all the possible options that match the text in the listbox. From there you could choose the correct one.
Is there anyway I can recreate this using only the macro builder (No VBA) in Access?
I am quite new to Access and the VBA world but managed to create a lovely form using VBA in excel. My work place has disabled macros so when I took the file to work it would not work. I decided I would use Access (better for what we are doing anyway). I have recreated the form however the search option I originally used was a combo box with a command (search button). You start typing in the combo box and when the correct item is chosen in the list you press search and the form populates with specific fields for that record.
The Problem
The problem with this is when there are two similar texts in the combo list. The form populates record 1 as a default. This is very annoying. In the excel form I created using VBA you could type in text box and the list would decrease showing all the possible options that match the text in the listbox. From there you could choose the correct one.
Is there anyway I can recreate this using only the macro builder (No VBA) in Access?