Any answers?

  • Thread starter Thread starter Edwin Merced
  • Start date Start date
E

Edwin Merced

I have multiple Yes/No fields in a table. If a user chooses no, I would like
to have a corresponding table that assigns a diffrent no type statement to
each field. How would I do this? What must I do to link each no field with
the corresponding no statement? Please help THANX
 
Edwin Merced said:
I have multiple Yes/No fields in a table. If a user chooses no, I would like
to have a corresponding table that assigns a diffrent no type statement to
each field. How would I do this? What must I do to link each no field with
the corresponding no statement? Please help THANX

More information would be helpful. How would one know which "no statement"
of assign?
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access downloads:
http://www.datastrat.com
http://www.mvps.org/access
 
Each no has only one "no" possibility (IT is a one to one correspondance for
each field
 
I have to assume that you're speaking of the caption property, as there is
no "statement" property.

Depending upon how many there are, you could use the DLookup function to get
them from a table and set the caption property. DLookup is slow, so if you
have very many to do, you'll need a very fast machine and network.

If you are not talking about the caption property of a checkbox, please post
back a more complete description with specific details of what you are
trying to accomplish.
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access downloads:
http://www.datastrat.com
http://www.mvps.org/access
 
No its not the caption property. Each no needs to be related to a unique
memo field whose content is a unique paragraph for each no.
 

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

Similar Threads

DLookup and Nz 0
ranking records 10
Nested query problem 6
Best table design 1
Query using dlookup 1
Query design 4
Update query?? 2
How to pull data from one table and save it to another 12

Back
Top