Hi,so here is my Problem.I created a Form with a DataConneciton (ODBC
and an SQL Qerry).Tried the "normal" next,first,add etc. Buttons and
everthing works fine.How can i navigate to/select a specific data
record? I want a Textbox/field where i insert the Customer number and
the adressfields, fistname lastname etc. is filled automaticly.some kind
of "select * from NameOfTabel where CustomerID like
NamedTextField.rawValue"I've read a lot about filling drop down fields
or listboxes, but this is not...