charting Access forms

J

JohnMiller

I was wondering if there is a way to flowchart an Access
form showing all the links to the fileds? I know in the
analyzer you can list all the fileds on a form but is
there a way to make a flow chart with all the fields and
what they reference? thanks for your assistance.
John Miller
 
L

Larry Linson

I don't understand what you mean.

If your Form is "bound" (has a RecordSource) then the Controls are also
"bound" to the value in their Control Source. Each Control Source is a Field
in the RecordSource, or an expression representing a calculation.

There's no "logic" to chart in a flowchart... just a corresponding source
for the data. A tabular representation is much more accurate than a flow
chart would be.

Larry Linson
Microsoft Access MVP
 

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