catalinaron
Programmer
I am just learning to use Access and I have a project to set up an Access database to tracking equipment in a datacenter. A query of the "model_number" returns many of the necessary fields for the main table (power_requirements, rated_amps, equipment_type, vendor, etc.), but the user inputs equipment-specific information like the serial_number, Equipment_ID, InputPortID, OutputPortID and a few other parameters.
The data then needs to be saved to the master table. The form is bound to the query, so I have been unable to get a simple save button to work. I have tried several different things (e.g. subforms and unbound forms), but have been unable to get all of the data to save to another table.
I don't want to hard code variables in case the customer wants to add parameters, but there must be a way to do this. Thanks for any help that can be provided.
The data then needs to be saved to the master table. The form is bound to the query, so I have been unable to get a simple save button to work. I have tried several different things (e.g. subforms and unbound forms), but have been unable to get all of the data to save to another table.
I don't want to hard code variables in case the customer wants to add parameters, but there must be a way to do this. Thanks for any help that can be provided.