charting Access forms

  • Thread starter Thread starter JohnMiller
  • Start date Start date
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
 
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
 
Back
Top