D
DisenoDigitalGroup
I have a form that's used in a Utility Billing application for a property
management company. The main form allows the user to enter an Account Number
and then displays the name of the property (for verification) from one table
and a "list" of utility meters matching that account number in a continuous
subform. The subform includes several unbound data entry fields for
collecting the service date, usage and charge associated with each meter.
Once the user has "filled in" the subform, they click a "Post" button to
append the data to a utility bill detail file. I have everything on the form
working except the most important part - the output. My question is how can I
step through the rows shown in the continuous subform and retrieve the data
entered by the user?
management company. The main form allows the user to enter an Account Number
and then displays the name of the property (for verification) from one table
and a "list" of utility meters matching that account number in a continuous
subform. The subform includes several unbound data entry fields for
collecting the service date, usage and charge associated with each meter.
Once the user has "filled in" the subform, they click a "Post" button to
append the data to a utility bill detail file. I have everything on the form
working except the most important part - the output. My question is how can I
step through the rows shown in the continuous subform and retrieve the data
entered by the user?