No I know this one has been done, and I have a form with a button that this works on. Here is my problem. I have a list of parts in a continuous form, I added a button to open that specific record in a detail view and it works just fine. I used an open form macro and put in the criteria
="[Description]=" & "'" & [Description] & "'"
No problem.
I have tried to use this similar procedure for another form, it however has two subforms in it and I get a data type mismatch in criteria exception error. I have looked for this and cannot find any mismatch. I suspect that it has something to do with the subforms but am not sure. Any help would be much appreciated
="[Description]=" & "'" & [Description] & "'"
No problem.
I have tried to use this similar procedure for another form, it however has two subforms in it and I get a data type mismatch in criteria exception error. I have looked for this and cannot find any mismatch. I suspect that it has something to do with the subforms but am not sure. Any help would be much appreciated