Search results

  1. R

    link files to database records

    You can create a field on your table called and define it as an OLE Object. you can then r-click on the field and embed the scanned document to the record.
  2. R

    Question How to Quit data entry on Main form when clicking on subform?

    Thanks Everyone very helpful. I discovered my problem was related to the fact that I was defaulting a value on add new record, which was preventing users from being able to go to the subform. I decided to use an unbound combobox inplace of the default. :)
  3. R

    Question How to Quit data entry on Main form when clicking on subform?

    I have a form that contains a subform. If the user has selected to enter a new record, but does not enter anything on the new record, when they click on the subform which contains a list of their records they recieve an error message "The field'Entries.Subject' cannot contain a Null Value...
Back
Top Bottom