viewing/adding in a form

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

Guest

I have a form in tabular format with all of these fields, and then all the
data from a table. Now, when i scroll to the bottom, the last record has an
asterisk (*) and all the fields in that last record are blank, so that you
could add a new record through there. How can I have this removed so no
editing/adding could be done in this form?
 
yeah I did that, but funny story, I have a dropdown in the form footer and a
search box so when you choose a field from the combo and then type in letters
in the search box, it narrows results. with the "Allow Edits = False" i can
no longer type anything into that search bar.
 
That type of behavior would be expected as the setting of this property is
designed to halt all editing of all controls on the form.

You may need to create another form that you present to the user to allow
for the selection of values for the search and then simply filter your form
to show the desired results.
 

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