I've got a database that is being recorded on to a CD. The Cd automatically comes out as a read only version of the Database. Don't have a problem with this as such. However this disables a query in the database.
Basically I have a form with a combo box. The combo looks at a table for a list of counties. The user selects a county and presses a button to activate a report. The report is based upon a query which is looking at the value in the combo box.
This works no problems until the database is read only. When the database is read only, the form the combo box is on displays only the header and not the detail section of the form. Thus users can't access the combo box and enter the criteria and run the report.
Help.
Mike
Basically I have a form with a combo box. The combo looks at a table for a list of counties. The user selects a county and presses a button to activate a report. The report is based upon a query which is looking at the value in the combo box.
This works no problems until the database is read only. When the database is read only, the form the combo box is on displays only the header and not the detail section of the form. Thus users can't access the combo box and enter the criteria and run the report.
Help.
Mike