G
Guest
How can I get this statement to only save the pID value in the field that the
combobox points to:
SELECT [persons.ptitle] & " " & [persons.pname] & " " & [persons.pSurname],
Persons.pID AS Expr1 FROM Persons;
This query is in the combobox's "Row Source".
combobox points to:
SELECT [persons.ptitle] & " " & [persons.pname] & " " & [persons.pSurname],
Persons.pID AS Expr1 FROM Persons;
This query is in the combobox's "Row Source".