K
karen scheu via AccessMonster.com
I need to allow users to add/edit data from a table. The table is used to
store comments related to orders. The master table contains all the order
information and the user does not have update access. I want the user to
select the order number (from a list of orders within the master table),
then if the order is found in the comments table, allow the user to edit
the information. If no order is found in the comments table, then allow
user to add. How would I accomplish this? Do I need to use VBA to find
the record? Should I have a form for the order selection and then opens
either a form for update or a form for adding?
Any help is appreciated.
Karen
store comments related to orders. The master table contains all the order
information and the user does not have update access. I want the user to
select the order number (from a list of orders within the master table),
then if the order is found in the comments table, allow the user to edit
the information. If no order is found in the comments table, then allow
user to add. How would I accomplish this? Do I need to use VBA to find
the record? Should I have a form for the order selection and then opens
either a form for update or a form for adding?
Any help is appreciated.
Karen