Search results

  1. M

    Code for "Browse" feature like Windows when saving a File.

    I had some problems as well if the destination was anything but C. Any reason why?
  2. M

    Code for "Browse" feature like Windows when saving a File.

    Thanks for the help! The code you provided works great.
  3. M

    Code for "Browse" feature like Windows when saving a File.

    Below, I have pasted the code I am using to create a backup of my BE. Is there any way to get the "Browse" feature that windows uses so that a user can select the location of where they want to save their backup instead of typing the entire path. Thanks. Public Sub Backup_Click() On Error...
  4. M

    Using a Make Table query to get MAX Date??

    I am getting a missing operator error on query 2. Here is my code - query 1 SELECT [Transaction Log].[Serial Number], [Transaction Log].Model, Max([Transaction Log].Date) AS MaxOfDate FROM [Transaction Log] GROUP BY [Transaction Log].[Serial Number], [Transaction Log].Model; Query 2 SELECT...
  5. M

    Using a Make Table query to get MAX Date??

    I am having some major issues with this component of my db. I will try to be as detailed as possible, sorry if it is confusing. I have two Tables - Transaction Log (Transaction ID, Serial Number, Model, Date, Time, Total Prints, Total Copies, Total Scans, and Total Count) and Main (Serial...
Back
Top Bottom