static fields

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

We have created an Access db to print pistol permit cards. We can make
the data on the front of the card dynamic but the data on the back is
static. How do we make both sides dynamic?
mlh
 
Dynamic data is data that is attached to a table/query, via the
ControlSource property of the text or combo box.

I would assume that right now you have a label control for the 'backside'.
Delete it, and replace it with a field from the table.(Be sure the form has
the Recordsource of the desired table/query.)

HTH,
 

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

Back
Top