Conditional forms

stevema

New member
Local time
Today, 15:50
Joined
Oct 20, 2012
Messages
1
I've used acess but not designed forms before.

Is it quite easy to create forms with conditional fields?

So if I tick "Yes" then I'm led to another series of questions but if I hit "no" then those questions are skipped entirely.

The forms would be used through a website and the current paper forms are some 30 pages long.

Thanks
Steve
 
I've used acess but not designed forms before.

Is it quite easy to create forms with conditional fields?

So if I tick "Yes" then I'm led to another series of questions but if I hit "no" then those questions are skipped entirely.

The forms would be used through a website and the current paper forms are some 30 pages long.

Thanks
Steve

You need to code this kind of interaction with VBA really.

as soon as you move from data and sql structures to "IF THEN ELSE" logic you need code to process it. Not difficult code but code.
 

Users who are viewing this thread

Back
Top Bottom