Hi all,
I have not seen an elegant solution for this problem-- I have various users that want to pool in thier Outlook contacts into one access database. I was thinking of having them setup a "Shared" folder in Outlook and using VBA import all the info into a table. Somethng like...
I am trying to create a file name based upon the firs name, last name and job applied for ("JobType"- which is in a separate table)
In the VB code, "JobTypeID.SelectedItem.Text" gives me the first item of the dropdownlist, not the selected one!!
If I put Request.Form("JobTypeID") in the VB...
I am trying to setup a VERY SIMPLE database to track my collection of slides.
I will have (probably) ONE table with the details of the slide and another with a list of keywords. For example:
TABLE#1
Image#, Date, Time, Place, Keywords(?)
TABLE#2- Keywords
Keywords (such as flower, people...
Hi all,
I have a query that pools several tables so that I can group data together. I am trying to count the number of UNIQUE values for two fields into a report, grouped by "location". Right now, my report counts the values including duplicates, per "location".
This is how...
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.