isaac12345
Registered User.
- Local time
- Today, 13:46
- Joined
- Aug 6, 2013
- Messages
- 10
Hi all,
I have an excel sheet linked into(not imported) my access project. I have a form with 5 combo boxes. These combo boxes list the fields for a particular column like year, week number, project numbers,etc and allow the user to either select a value listed in the excel sheet or enter their own value. The combo boxes are set up to display unique values only. Then I have a button that shows all the records from the sheet according to the parameters entered in the combo boxes. The button is powered by a query. I used the following format to enter the criteria for the respective field so that it takes the input from the respective drop down list - [Forms]![Form Name]![ComboBoxName]
Whenever I add the 'week no' field to this query, then select the value from the drop down list or enter it manually and run it, I get the 'you cannot record changes...' error. I checked what the field type is and its been assigned a 'double' so there shouldnt be a type mis-match. But I cant think of any other reasons why I am getting this error.
Any help would be much appreciated
I have an excel sheet linked into(not imported) my access project. I have a form with 5 combo boxes. These combo boxes list the fields for a particular column like year, week number, project numbers,etc and allow the user to either select a value listed in the excel sheet or enter their own value. The combo boxes are set up to display unique values only. Then I have a button that shows all the records from the sheet according to the parameters entered in the combo boxes. The button is powered by a query. I used the following format to enter the criteria for the respective field so that it takes the input from the respective drop down list - [Forms]![Form Name]![ComboBoxName]
Whenever I add the 'week no' field to this query, then select the value from the drop down list or enter it manually and run it, I get the 'you cannot record changes...' error. I checked what the field type is and its been assigned a 'double' so there shouldnt be a type mis-match. But I cant think of any other reasons why I am getting this error.
Any help would be much appreciated
