Why

charlee63

Board Regular
Joined
Jan 7, 2010
Messages
146
why would this be asking me to "Enter Parameter Value?"?

DoCmd.OpenForm "Issues Data", acNormal, "", "[Issue]=" & Me.Issue, , acNormal

Both fields are Named Issue.

Does anyone have a different way of doing this?

I'm trying to Double click on a Issue number and Bring up a Form with that Issue number Info.
 

Excel Facts

Format cells as time
Select range and press Ctrl+Shift+2 to format cells as time. (Shift 2 is the @ sign).
What do you mean by 'Both fields are Named Issue'?

When you open the query the form is based on manually are you asked for any parameters?
 
Upvote 0
The Field in The Outstanding Form is called Issue and the Field in Issue Data is called Issue.

When I Double click on Issue "ISM1040109" Brings up a box asking "Enter Parameters Value" under that has "ISM1040109".

No the Issue Data does not have any Parameters set.
 
Upvote 0
What's 'Issue' data?

Also, why do you have identical field names?

If you do have identical field names are you specifying which table/query they come from on the form/query/whatever?
 
Upvote 0

Forum statistics

Threads
1,221,828
Messages
6,162,217
Members
451,752
Latest member
freddocp

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top