andymartin3186
Member
- Local time
- Today, 23:09
- Joined
- Dec 10, 2024
- Messages
- 40
Hi
I have a field on my form called Manufacturer which was a standard text box.
I decided to change it to a combo box with a row source as:
SELECT DISTINCT Manufacturer
FROM Job
ORDER BY Manufacturer
It works great, and suggests manufacturers whilst typing which is exactly what I wanted it to do, as well as allowing me to add new ones if they don't already exist.
The minor issue is if you tab or enter once you have chosen the manufacturer, the form goes to what appears to be a new record page.
If you click out the combo box it is fine.
Do I need to add some code on update to stop this happening?
I have a field on my form called Manufacturer which was a standard text box.
I decided to change it to a combo box with a row source as:
SELECT DISTINCT Manufacturer
FROM Job
ORDER BY Manufacturer
It works great, and suggests manufacturers whilst typing which is exactly what I wanted it to do, as well as allowing me to add new ones if they don't already exist.
The minor issue is if you tab or enter once you have chosen the manufacturer, the form goes to what appears to be a new record page.
If you click out the combo box it is fine.
Do I need to add some code on update to stop this happening?