Hi,
I have two fairly simple tables as shown below.
PACKAGE_PROVIDER
PackageProviderID (AutoNumber)
PackageProvider (Text)
PACKAGE
PackageID (AutoNumber)
PackageName (Text)
PackageDate (Date/Time)
PackageProviderID (Number)
Cost (Currency)
NumberofSesions (Number)
So these "packages" are things like Groupon deals and the PACKAGE_PROVIDER table would store just that - Groupon, Living Social, Moolala, etc. This is for a friend who has a small business and each package provides a number of sessions of personal training.
I have created a One-to-Many link between these two tables on PackageProviderID and a form based on the PACKAGE table so that she can enter which packages she has offered. What I am trying to do now is show the Package Provider in a drop down in this form so she can just select it but have it populate the PackageProviderID field. I am not sure how to go about this. I have done some searches in Access Help and online, but I am not finding what I am looking for. Can someone point me in the right direction?
Thank you,
~k