Yes it does.
I explained....
rs(0) = table customers field1
rs(1) = table customers field2
rs(2) = table customers field3
rs(3) = table customers field4
rs(4) = table customers field5
rs(5) = table customers field6
so for example if you add another text box.
txtWhatever.value = rs(4)
would assign field 4 to the text box mate...
in the code supplied, before the recordset is closed... assign all the values of the record to the text boxes desired.
cool.?
if you still got prob's. make your new controls. name them as you wish, and make it clear what you want assigned to them as values and I will code it, but dude, you got the whole record in rs.
rs(0) .... rs(10) ... contains all the record. just assign it before it closes...
Re-use same code for any table to assign new values on other forms.
Only change is remove the ' ' in the query when searching for numbers....