Yes, I agree this may be the correct approach but on this occasion I would like to store the calculated value
Are you able to assist with the request?
Cheers, L
Hi, I have a table 'Widgets' with a numeric field 'Inventory' that stores the number of widgets in stock. An 'Orders' form has a 'WidgetOrders' sub form which is used to record the widgets for that order. Each record on the subform has an 'OrderID' and 'WidgetID' control
When a checkbox...
My source tables all have different fields except for two fields which are common to all. I wanted to extract this data from each table and produce a 'master table'. That union query did exactly what I was after however if there is a better way I would appreciate it.
Thanks again for your...
The source tables contain a large number of fields however I just want two the id and age to insert into one master table.
How would I use a Union query to work on multiple source tables and one destination table?
Thanks
Hi
I have two source tables 'links' and 'switches'
I want to copy just the fields 'id' and 'age' from each table into the 'summarytable'
Can someone help with some vba that would do the trick
Thanks, Luigi
Hey Jal
I tried to convert this to an update query and it screwed the results, otherwise its working perfectly
Many thanks for hanging in on this
Cheers, Luigi
Hi, hope someone can help
I'm fairly new to vba but I'm sure the answer is in here somewhere.
My table contains the following fields...
ConductorID - a conductor shares one or more (mostly 2) poles with other conductors.
Material - the pole material of each pole related to an individual...