I
ITMA
I've several related tables and I want a form that has aspects of all the
tables. I cannot get Access to work with a form based on a Query that
relates the tables. It just refuses to recognises the key presses, I assume
because of referential integrity being enforced and it generally not knowing
which table takes priority.
I guessed the answer is to create a form with assorted unbound controls into
which the information can be entered and then when clicking a 'submit' or
'enter' type button, VBA kicks in and spoon feeds the tables in the correct
order and generally keeping Access happy.
Any pointers on how this is best done?
tables. I cannot get Access to work with a form based on a Query that
relates the tables. It just refuses to recognises the key presses, I assume
because of referential integrity being enforced and it generally not knowing
which table takes priority.
I guessed the answer is to create a form with assorted unbound controls into
which the information can be entered and then when clicking a 'submit' or
'enter' type button, VBA kicks in and spoon feeds the tables in the correct
order and generally keeping Access happy.
Any pointers on how this is best done?