I have an appointment table that contains time and clients. The table contains "dummy" data so that when form is created from it I get
Time Clients
8pm Time Available
9am Time Available
10am Time Available
11am Time Available
When I make an appointment for a client name John Done for...
I have a subform, which is linked to a form using Date1 and Date2.
Under the properties of subform, I have these relationships, which works fine.
Link Child Fields: ApptDate; ApptDate
Link Master Fields: Date1; Date2
This opens all records that has ApptDate = Date1 AND Date 2 in the subform...
Is there a way to link a subform to the main form through two diffenent values in one field?
Example.
I created a subform that is linked by a field (date). When I type in a date in the main form, the subform lists all records that contain the same date.
What I want is a subform listing all...
Hello,
I searched MS web site and found
objItem = Session.GetDefaultFolder(olFolderCalendar)
to open the default Calendar folder from Access.
Is there a way to open a new calendar folder I created in Outlook from Access?
Many Thanks.
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.