Button asking for a parameter (1 Viewer)

MatthewB

Member
Local time
Today, 10:16
Joined
Mar 30, 2022
Messages
85
On the advice of a fellow forum member I starting to normalize my database this weekend using kp and kf. One of my buttons that navigates from a list form to a record form now shows a window that says,"Enter Parameter Code, Contractor_T.ContractorCode". What is it asking for? How can I code the parameter so it finds the value? Is this enough info for an answer?
Thanks
 

theDBguy

I’m here to help
Staff member
Local time
Today, 10:16
Joined
Oct 29, 2018
Messages
21,358
Maybe double-check the spelling of the fieldname you're trying to refer to in the code. Just a thought...
 

The_Doc_Man

Immoderate Moderator
Staff member
Local time
Today, 12:16
Joined
Feb 28, 2001
Messages
26,999
The question "Enter parameter xxxx.yyyy" usually occurs because (a) either xxxx or yyyy is not spelled correctly or (b) xxxx is not visible in that context, or (c) yyyy isn't a member of xxxx.
 

Users who are viewing this thread

Top Bottom