Have looked through the books once again.. Funny how they seem to just breeze through the topic that you want to look at.. They mention it but don't show an example
Have been working with a reporting system which gives on screen displays insteed of printing out pages of reports..
Using an Access database.. One of the fileds we would like to show if the field = 1 or = 6.. So I tried it as many ways as I could it seems to work with O_Options with no problem but as soon as e add the other fields to check then it will not work..
Anyone have any suggestions
Coe is shown below
strSql = "Select * from User_Details2 WHERE _ (O_Options = 1 OR O_Options = 6) and Inactive <> 2 and _ FolderType <> White "
Have been working with a reporting system which gives on screen displays insteed of printing out pages of reports..
Using an Access database.. One of the fileds we would like to show if the field = 1 or = 6.. So I tried it as many ways as I could it seems to work with O_Options with no problem but as soon as e add the other fields to check then it will not work..
Anyone have any suggestions
Coe is shown below
strSql = "Select * from User_Details2 WHERE _ (O_Options = 1 OR O_Options = 6) and Inactive <> 2 and _ FolderType <> White "