QUES. FOR KELVIN OR ANYONE

K

KIRSTEN

I tried your instructions (under populating field subject)
and they seem to work with one exception. When I enter
the last name it only populates the first name and not the
middle name. Any suggestions why?
 
K

Kelvin

Does the query for the last name have 3 fields in it, and if so what is the
order. The command Column() refers to the order of the fields from the
query. The number in the () is 1 less than the column number. i.e. 0
refers to the first field, 1 refers to the second, etc... Also check the
name of the box for the middle name. Forms refer to the data by the name of
the box not where the data came from. If you still can't find the problem,
post the code you typed in.

Kelvin
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top