Hello Experts,
I am zero level in Access and trying to create a simple form based on Query.
I have one query which have three columns
Offer_ID
Week_Won
Week_Num
Now this query shows consolidated result, what i am looking is to design a form which inputs Week_Num from user and only return respective week values.
For instance : form should have two fields and one button
Week_Num From: _____
Week_Num To: _____
BUTTON -
first user will enter the from week_num and then To week_num after clicking the button it should show the records belong to user inputs.
Can somebody help me to write a VBA code for the button ?
any help is appreciated
Cheers !