In Access 2000, I am working with two tables:
tblContacts
lngContactID [PK]
strNameLast
strNameFirst
strAddress
strCity
tblMemberships
lngMembershipID [PK]
dtmDateJoined
strMembershipName
strMembershipType
lngContactID [FK]
Two forms:
frmPersons [record source = tblContacts]
frmAddMembership...
From what I've read (KB97624 and KB98660)at http://support.microsoft.com/, the instructions to synchronize combo boxes call for putting two unbound combo boxes on unbound form.
I'm trying to put a pair of synchronized combo boxes on a bound form. I'm having no success with this and wonder if...
I have created a database of which I must make two dozen copies; this app will be used to house details of a legal cases.The application has several reports, each of which requires an identical text/title label, to identify the title of the case e.g. "US EPA v Toxic Chemical Co." or...
From a newbie (using Access97)
Table source is [tblBuildings], which has three fields, [BuildingID], [BuildingName], and [BuildingDetails].
My data entry form is [frmBuildings] (control source is [tblBuildings]). On [frmBuildings], I have placed an unbound combo box [cboFindBuilding] to use to...
I am working with a main form (frmCases) on which I have placed a tab control with a subform (fsubCaseProgress) thereon. The subform displays in datasheet view. One of the fields in the datasheet view is a date field [TargetDate].
What I want to do is have the TargetDate field in this subform...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.