Search results

  1. N

    Forms not visible. Why?

    Good evening everyone. I have an application that opens to a start up screen with several options. The user can select a menu option by clicking on a control button. Once the button is clicked, another form is supposed to show with the desired input format. On my system, XPHome with Access...
  2. N

    Best method to catch blank fields

    Hello everyone. I am looking for advice on the best method to catch blank fields in my database. I have several fields that need to be populated with data, but I can not use the 'Required' property for data input. I want to be able to capture the blank field information with VBA code and...
  3. N

    multiple cell calculations to produce numeric result

    Is it possible to add the numerical data from serveral fields of a record to generate a final total? For example, if A2=10 B2=10 C2=10 then the total in D2 will be 30. I know I can easily do this in excel, but i would have to import the data into access. I am hoping there is a simple method in...
  4. N

    Creating a form 'template'

    Please help. I have a database that contains a form with two subtables. As you complete a record, the form naturally creates a new form record number afterwards. What I would like to do is to create a template out of a single form record. In other words, if you input information on the form...
Back
Top Bottom