Subform

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I've been getting the following error everytime I try to add a new record:
LinkMasterFields property setting has produced this error: User-defined type
not defined.
I've checked the LinkMaster Field and ChildField and they are both linked to
the same field of the same name. In the Master field it is the primary key
and autonumber field type and in the Child Field it is a number field. Could
this be the problem.

Thanks
 
The properties you have sound right, so the problem could be elsewhere, such
as References.

Press Ctrl+G to open the Immediate window.
Choose References on the Tools menu.
Any marked "MISSING"?
If so, see:
http://allenbrowne.com/ser-38.html

If that is not the issue, still in the Immediate window, choose Compile on
the Debug menu.
 
Thank you! Compiling did it.
--
Deenos


Allen Browne said:
The properties you have sound right, so the problem could be elsewhere, such
as References.

Press Ctrl+G to open the Immediate window.
Choose References on the Tools menu.
Any marked "MISSING"?
If so, see:
http://allenbrowne.com/ser-38.html

If that is not the issue, still in the Immediate window, choose Compile on
the Debug menu.
 
Entering the next record worked well, but now it is not pulling all the
information relevant to the next entry together for that entry. What I mean
is after and compiled and entered the new record everything was record
accurately in the table. But when I entered another record the information
appears as multiple entries for that record. HOpe I am clear. Also I am
getting this error message: YOU DON'T HAVE A SOURCE CODE CONTROL PROGRAM
(SUCHA AS MICROSOFT VISUAL SOURCESAFE) INSTALLED ON YOUR MACHINE. THE SOURCE
CONTROL COMMANDS ARE THEREFORE NOT AVAILABLE.
 
Hi Deenos

I don't know what that message means. You could check the Add-ins menu (from
a code window), and see if it is expecting something that is not present.
 
Back
Top