D
deb
Using Access 2003
I have a form that updates a table with over 50 fields in one record with
Project as Key
I am using 2 union queries and MkTbl/AppTbl to get the data in the format I
need for reporting purposes. It is very slow to run these queries,
MkTbl/AppTbls. Is there an alternative to union queries. can I have the
form send the data as individual records? Are there any other suggestions?
Project = ABC (Key)
AsSold = R
OnTime = Y
OnBudget = G
with approx 50 more...
Is it possible to instead send each field as it's own record..
Project = ABC (Key)
Indicator = AsSold
status = R
Project = ABC (Key)
Indicator = OnTime
status = Y
Project = ABC (Key)
Indicator = OnBudget
status = G
I have a form that updates a table with over 50 fields in one record with
Project as Key
I am using 2 union queries and MkTbl/AppTbl to get the data in the format I
need for reporting purposes. It is very slow to run these queries,
MkTbl/AppTbls. Is there an alternative to union queries. can I have the
form send the data as individual records? Are there any other suggestions?
Project = ABC (Key)
AsSold = R
OnTime = Y
OnBudget = G
with approx 50 more...
Is it possible to instead send each field as it's own record..
Project = ABC (Key)
Indicator = AsSold
status = R
Project = ABC (Key)
Indicator = OnTime
status = Y
Project = ABC (Key)
Indicator = OnBudget
status = G