Hello,
i have some trouble with deleting a record.
I'm trying to delete a record via a form from another table. I can add records and edit them but when i try to delete a record it gives the following error
TOO FEW PARAMETERS EXPECTED 1
my code is the following
Dim db As DAO.database
Dim rs...
Hello,
I'm new to access so pardon me if this seems like a dumb question, but i really need to know this
My problem is the following:
I have a table with for example two fields: one with a date and the other with a time.
let's say i have 5 records each with different dates and the time field is...