Search results

  1. M

    Unwanted record update when I change view

    If I am looking at an existing record in form view and alter some information, then change the view to design view, the record is updated with the changes. Why is this? How can I stop this update on view change? I have investigated the 'on view change' event and have not found anything...
  2. M

    create an onclick event for a button created by vba

    Ive created a form using vba and I have used the createControl function to add a button to the form. I want to include code in the button creation which specifies what I would like to happen when the button is pressed (run an sql insert ) How can I achieve this? button code: Set...
  3. M

    Can I use element in a field as field name in another table?

    I am an IT placement student working for a wildlife charity for one year. I have a table of 20 species. Each row contains some information on a single species. I want to add functionality to add a new species. That is easy. I have another table which is for the legislations that apply to each...
Top Bottom