Unbound Text box to display query results on a DAP already running

V

VZW Justin

I have a Data Access WebPage that currently pulls data from a query called
qry_abq_backup_monthly_percentage. This page is where members of the team
update backup records. on the left hand side of the page I have image areas
called Weekly %, Monthly %, Bi-Monthly%, Quarterly %. I want to add an
unbound text box that has the controlSource pull from qry_abq_bimonthly and
the field in this query is an expression field called Bi-Monthly. I've tried
writing the controlSource to be =(qry_abq_bimonthly.[Bi-Monthly]) but I get
an error. Maybe there is another way to do this, but any assistance is
greatly appreciated.
 
Top