conditional form

S

Susie

I want to create a form from a table with a field that chooses "Internal or
External", and a field with 7 variables. I would like to show variables 1,
2, and 3 if "Internal" is chosen, and 4,5,6 and 7 if "External" is chosen.
Is there a way to create this on a form? Hope this makes sense.

Thank you for your help.

Susie
 
M

MacDermott

Sorry, this doesn't make a whole lot of sense in standard Access
terminology.

A table generally has fields, which are a bit like the columns in a
spreadsheet.
Although there are plenty of differences.
Variables are generally temporary storage of values used during program
execution.
They most definitely are not stored in fields.

So if you'd like to try again to describe your table design, perhaps someone
here can be of more use.
 
Top