Microsoft
Software
Hardware
Network
Question : When trying to use a subform, I am getting an error that says a link cannot be created to an unbound form.
I have a form and a subform. I am trying to relate the two based on a common field. When I try, I get the " a link cannot be created to an unbound form" error.
Apparently I don't know what an unbound form is. This form is opened by another form which provides it the record number to which it should open. I am assuming that is the problem, but I don't see a way around it.
Related Solutions:
Can I Combine Multiple Single Forms, With Tabbed Controls, into One Master Tabbed Form?
Answer : When trying to use a subform, I am getting an error that says a link cannot be created to an unbound form.
[19|20] means any character: 1, 9, 2, or 0 -- the vertical bar is redundant. The plus means one or more of the previous, so one or more of 1, 9, 2, or 0. The rest means exactly two numeric digits.
Try the following pattern instead:
1:
(19|20)\d{2}
Random Solutions
Macro for delay send of an excel sheet to a mail recipient
send as different user - exchange 2003/outlook 2003
PL/SQL Performance
JQuery based image (actually an element of code) rotator
Generate email and append fields to body
Find position of second to last period in a string
Running .exe in a logon script
Is isql supported in SQL 2008
How do I upgrade firmware on Netgear wg103
jQuery: Add div at beginning of other div