Search results

  1. A

    Solved Export attachments to Folder - Not putting attachments in Folders

    This is in reference to code posted in this post https://www.access-programmers.co.uk/forums/threads/export-attachments-to-folders.299345/ I didn't want to hijack that thread so I started a new one - please let me know if I need to move my questions over to that thread. So, the following code...
  2. A

    Left function - don't ignore leading zeros!

    In my table I have a numerical field for case numbers. Our case numbers are in the format of YYMM000000 (YY = 2 digit year, MM = 2 digit month, remaining 0's are consecutive case numbers). In order to properly list the case numbers in descending order, I have caseyr: Left([CaseNo],2) (which...
  3. A

    Connecting to FoxPro dbf files - normalization issues

    I have a program that stores data in FoxPro dbf files. There are multiple files that I would *like* to link to - then create tables based on the linked tables so that I can add additional necessary fields. The dbf files are updated daily, so I also need to be able to have my editable tables...
  4. A

    Send data from pop-up form to main form (sub-sub form)

    Ok, essentially what I would like to happen here is the following: On the form: User enters first name, then last name. Upon updating the last name field, I would like another form to pop-up and display all the people with that same first name and last name that the user just entered. On the...
  5. A

    Update query based on Min Values problems

    Grrr.... this has been a pain for a week now. Hopefully someone will be able to help. I want to have a query update table values based on the min values of a different query. Here's what I have (well, just the important stuff): Table: Exhibitors Field: mrkt_pts Table: Livestock Field...
Back
Top Bottom