Combined SELECT statement in a Report Generator Form

E

Ed

Hi,

I am learning how to create a 'Report Generator' Form where a user has
to:

enter a date from:
enter a date to:
select one of three radio buttons

The radio buttons refer to:

Option 1 = fldOne in tblMain
Option 2 = fldTwo in tblMain
Option 3 = fldThree in tblMain

Could anyone please give me a couple of code examples where I can get
my head round the creation of code that combines both criteria (dates
and Radio Buttons) when they click on a cmdButton called 'Preview'

I'm more stuck on creating the SELECT statement that does both jobs.

Hope all this makes sense!

Thanks

Ed
 
Top