Text length limits form/macro function

D

Dave H.

I have a form that when you click on a field it opens
another form with the particular record based on the data
in that field. It works by running a macro that selects
the appropriate record by matching two fields. Form A
Field 1 = Form B Field 1 AND Form A Field 2 = Form B Field
2. This works like a charm. However, when one of the
fields has a text of more than about 100 characters the
form opens with #Name? in every field. The field in the
underlying table is set to 255 characters. Why am I
getting the #Name? error?
 

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