Hello everyone, I am new here and new to database developing so I am naturally facing a bit of a learning curve. Although I do have a basic understanding of VBA
Anyhow I have battled my way through importing some excel data into a new database and it seems to be working as intended.
I have set up an input form to populate the various fields and Normalised the data into three tables. The database is for 'Equipment Assets' for a chemical plant.
The tables are organised by 'Process Circuit', 'Asset Type' and then a table for the main equipment data called 'Main'.
I have set up a number of queries to list the data by 'Process Circuit'
The data input form seems to work fine. I would like to set up a read only 'Viewing' form based upon it, that only displays the data from the queries.
So, I have an intro form with controls to select 'Input' which loads the input form or 'View', which I would like to load another form with a list box to select which query to use as record source for the 'View' form.
Trouble is I don't have a clue how to do it! I can do it by having a separate form for each circuit but I know this is the wrong approach and would result in 50+ identical forms
I would be grateful if someone could point me in the right direction.
Apologies for the long post.
Many Thanks.

Anyhow I have battled my way through importing some excel data into a new database and it seems to be working as intended.
I have set up an input form to populate the various fields and Normalised the data into three tables. The database is for 'Equipment Assets' for a chemical plant.
The tables are organised by 'Process Circuit', 'Asset Type' and then a table for the main equipment data called 'Main'.
I have set up a number of queries to list the data by 'Process Circuit'
The data input form seems to work fine. I would like to set up a read only 'Viewing' form based upon it, that only displays the data from the queries.
So, I have an intro form with controls to select 'Input' which loads the input form or 'View', which I would like to load another form with a list box to select which query to use as record source for the 'View' form.
Trouble is I don't have a clue how to do it! I can do it by having a separate form for each circuit but I know this is the wrong approach and would result in 50+ identical forms

I would be grateful if someone could point me in the right direction.
Apologies for the long post.
Many Thanks.