Hey guys!
A form displays information on a construction site in various text boxes. I want to enable the user to change this information but not until a save button is pressed.
Now I have the problem that as soon as I change the value of a text box, the data in the database is updated.
Is...
Hey guys!
So I still have my database containing construction sites inspections of such.
To every inspection there are minutes of meeting which should be somehow shown in the database.
The user chooses the file using a form, the file is copied to a specific folder on the server and the UNC path...
Hi guys,
I've got a form that saves construction sites into a table "Baustelle" in a database where I can also save the customer, address, project leader and construction leader of the construction site all in different tables. I therefore only save the IDs of the fields described in the table...
Hey guys!
So I have this form where I want to filter data by a date. At this point, I don't really care if entries at exactly this date, after or before the date are displayed. I just want it to work.
Dim filter As String
If Text27.Value <> "" Then
filter = "[Baustellenstart] = #" &...
Hi everyone!
I'm 22, female and from Austria. I've been studying computer science in Vienna, so I'm not new to programming nor databases. I've started my master's degree studies in medical and rehabilitation engineering.
However, in my job as student employee I have much to do with VBA which...