Hi.<br><br>I am actually a student, but that option was not available when I signed up. So....<br><br>I have a question I am desperately hoping someone can help me with. I am trying to finish the final project in my first VB class and need to preview/print a report I created in an Access database by clicking a specific command button. I believe some of the code I have right, but am missing a filter name and a where condition. The code I have written is below.<br><br>If Value.opttaoffice = Ture Then<br> Dim objAccess As Access.Application<br> Set objAccess = New Access.Application<br> objAccess.OpenCurrentDatabase ("a:\Invoice Log.mdb"<br> objAccess.DoCmd.OpenReport ("District Office Turn Around",[view as AcView=acViewNormal],<b>[filter][where condition]</b>)<br> ElseIf Value.opttotta = True Then<br> Dim objAccess As Access.Application<br> Set objAccess = New Access.Application<br> objAccess.OpenCurrentDatabase ("a:\Invoice Log.mdb"<br> objAccess.DoCmd.OpenReport ("Total Turn Around",[view as AcView=acViewNormal],<b>[filter][where condition]</b>)<br><br>If anyone can help me, I would greatly appreciate it.<br><br>Thank you so much!<br><br>Jamie<br><br>