D
Douglas J. Steele
Care to use the big white space to give some indication of what it is you're
trying to do? Simply putting a question in the Subject line is seldom (if
ever) sufficient. If you're getting an error, it helps responders
considerably if you say what the error is. It also usually helps to know
what version of Access you're using, and sometimes even what operating
system.
The line of code
Me.ID="Code, Me"
is going to populate a field (or control on a form or report) with the
literal string Code, Me. Is that what you want it to do?
trying to do? Simply putting a question in the Subject line is seldom (if
ever) sufficient. If you're getting an error, it helps responders
considerably if you say what the error is. It also usually helps to know
what version of Access you're using, and sometimes even what operating
system.
The line of code
Me.ID="Code, Me"
is going to populate a field (or control on a form or report) with the
literal string Code, Me. Is that what you want it to do?