Recent content by eidaa

  1. E

    Save As Dialog

    I'm trying to create a "Backup Database" style button but the user should be able to choose where the backup goes. For the code, should I use the FileDialogFolderPicker to get the destination string and then use it in the FileCopy as the destination parameter or should I use the SaveAs dialog...
  2. E

    Save As Dialog

    Hello, So I have this relatively simple problem: I need to create a button that once clicked will open the Save As dialog box and allow the user to save a copy of the current database where he wishes. What would the code look like for it? I tried using the Access Help but that didn't do much...
  3. E

    How to add values together from several different records under the same ID?

    Yeah this is Access but I tend to work on spreadsheets a lot more and barely ever touch Access so I wasn't able to figure out how to do it on the design view.
  4. E

    How to add values together from several different records under the same ID?

    Tried using the SQL and it seems to be working. Thank you.
  5. E

    How to add values together from several different records under the same ID?

    Hello, Since it is slightly hard to describe the problem I'm uploading the database itself to make it slightly easier to describe it. Now the problem is that I am trying to make a membership form which should include fully added together subscription fees for each member however if you look in...
Back
Top Bottom