Search results

  1. V

    Database not working for some users

    I am having a problem that I have never encountered before and thought I start here. Using Access 2003 I have a database that resides on a main computer and my users connect via the network to this database. On my forms I have command buttons that run simple macros to copy and paste data from...
  2. V

    Check box question

    I have a form called fhd2_Help_Desk. I want to put a check box on it that when checked it will update another field and if unchecked to update that field with a different value. I added a check box called Critical and the control source is a field called critical. It is a yes/no field and the...
  3. V

    No matching record from table on a form

    First I like to say this forum has always been helpful with my db issues. So thanks to all the experts. This is a problem that I have been avoiding for a few years and need to get it corrected. My database is a Help Desk program used for post cut support of large PBX systems. I have two main...
  4. V

    Dialog box at start of macro with a YES/NO response

    What I like to know is how to get a dialog box at the start of a macro to remind me to set a primary key on a table before the rest of the macro continues. The macro that I run is made up of many other macro's but if I forget to set the primary key on my main table (as I did yesterday) I then...
  5. V

    Warning Msg box for missing data on a form.

    I would like to know how to display a msg box for missing or duplicate information when entering data into a form. My database keeps track of call accounting codes and the code is the primary key index field. I use macro's for all of my automated tasks such as finding codes, filtering for...
  6. V

    Checkbox- store data in one of 2 fields

    I would like to know if I can control what field the check box enters the -1 value in my record depending on a value from another field in that record. In my table called workbook I have fields called, phone type which is a text field, wall and wm entry which are both yes/no fields. I want to...
  7. V

    Display field from a query on a form not in the forms record source

    In short can I display a field on a form that is not in the forms field list without using a sub-form? I am trying to show a value from a query on this form. I tried this in the control source: [qry_op500_entry_delta]![countofphone model] I get an error stating that this is not in my field list...
Back
Top Bottom