Recent content by RasmusElkjaer

  1. R

    Commulated timeline

    Hello i have worked on a databse for warranty, and i want to know when the case was open, i alredý have that, but then i would like a history of when i change the status to closed, then it will tell me the closed date, but also that it was closed, then i mayby want to open it again, and the...
  2. R

    New Folder in Existing Project Folder

    thank you all i will look more in to the linked code i got it to work as i wanted with this code for the project Private Sub DrawingLink_Click() Dim f As Object Dim strFile As String Dim strFolder As String Dim varItem As Variant Set f = Application.FileDialog(4) f.AllowMultiSelect...
  3. R

    New Folder in Existing Project Folder

    Hey Everyone I am Currently working on a Access warranty Database, From a Excel Database, we are Folders for each Project And in that folder we have a New folder for each Claim we get so we can put relevant files in there. i have made some code to locate the project file, but is it possible...
Top Bottom