Search results

  1. B

    form can't see data

    I have a button on a form with code that accesses data from the table it reads using the Me key word.I've added a new field to the table but when I try to accesss the data in the form button code I get error Method or data member not found. How can I access this data from the form without...
  2. B

    auto fill new record

    I have a table which has a finite number(43) of records at the begining. Any subsequent records I add will always be derived from starting with one of these 43 records and altering certain fields to form new records. I have a form containing only the fields I want to allow to be edited.I would...
  3. B

    Command button test field

    I would like to have a command button in a form that opens another form ,first test the value of a check box.Based on the result the button would either open the form allowing access to it or inform the user that the check box must be checked first.The following code checks a text box for null...
  4. B

    FIELD LIST NOT UPDATING

    I have a form that I wish to add a control to .The control I want to add exists in a table I have.But when I pull down the field list from the tool bar it isn't there .I added the field to the table after I had created the form.Is there a way to update the form list to show this new field?(so I...
Back
Top Bottom