G
Gina Whipp
Allan,
If the query is dependent on the form to run why does it open after the
query is set to run. Might be a timing issue?
--
Gina Whipp
"I feel I have been denied critical, need to know, information!" - Tremors
II
http://www.regina-whipp.com/index_files/TipList.htm
If the query is dependent on the form to run why does it open after the
query is set to run. Might be a timing issue?
--
Gina Whipp
"I feel I have been denied critical, need to know, information!" - Tremors
II
http://www.regina-whipp.com/index_files/TipList.htm
ALLAN_ASHFORD via AccessMonster.com said:Hi Gina
This is the macro that is giving the problem:-
Set Warnings Warnings On No
Close Form 20 - FIND
HIGHEST/LOWEST
DIFFERENCE COUNT FORM
Save Prompt
OpenQuery 20 - FIND LOWEST UNADDED
LINE
View Datasheet
Data Mode: Edit
***************************************************************************************************
OpenQuery 20 - APPEND RAW
MATERIALS
RE LOWEST
ASSIGNED BOM
View Datasheet
Data Mode: Edit
This is the Query that doesn't work in the Macro
****************************************************************************************************
OpenQuery 20 - HIGHEST ASSIGNED
BOM
LINE
View Datasheet
Data Mode: Edit
OpenQuery 20 - FLAG BOM LINE AS
ASSIGNED TO RAW MATERIALS
View Datasheet
Data Mode: Edit
OpenForm 20 - FIND HIGHEST/LOWEST DIFFERENCE COUNT FORM
View: Form
Filter Name:
Where Condition:
Data Mode: -1
Window Mode: Hidden
The Form is needed to give the Repeat Expression condition in the parent
macro.
Allan
Gina said:Allan,
No need to be sorry... now once you do you will have learned something
new
today! Unfortunately, no easy way to do this... You have to open the
Macro
and type each line
Action
blah
Action Arguements
blah
blah
etc...
[quoted text clipped - 20 lines]Hi GinaAllan