Need Help With LinkChild/MasterField

J

John Lane

I need to modify the LinkChild/MasterFields properties on
the fly, however I receive a run time message saying that
the number of parameters are not the same. So I tried to
set them to an empty string first (“”) and still get the
message. Is there any way to change these properties
without getting an error? Thanks.
 
M

MacDermott

It sounds as if there may be a problem with the strings you're using to set
those properties.
Could you post a code snippet?
 
Top