Search results

  1. S

    Late binding to reference open email?

    Hello, I have a database that allows the user to click a button and append text to an open email. The code below is used to add the text and it worked great until something with the references changed for the people who are using it. I'm trying to update the code to use late binding but after...
  2. S

    Email hyperlink/attachment to open Access file

    Hello, I have created an action log database that sends an email when a new action is entered. I would like to launch the database using a hyperlink in the email, but can't seem to get it to work. All users have a copy of the front end on their desktop, so whatever I add to the email needs to...
  3. S

    Records cannot be read error

    Hi there, I have a split database where the backend is on a company server and about 15 people have their own copy of the frontend. I've made several field additions to the backend table over the last two weeks but yesterday I added two more fields and now the front end gives me the error...
  4. S

    Update table value with SQL

    Hello, I am trying to update a record value in a table with a user supplied value. Here's what I'm trying to do: A user logs a test against a serial number (there are multiple tests per serial so the tests are numbered) and logs how many repetitions will be performed in that test. If a...
  5. S

    Query to show new record entries made from a form

    Hello, (I'm very new to Access so please forgive and correct me if I use the wrong terminology) Background: I created a form for data entry only where records could be continually added until you were done and closed the form. Into that form I dropped a query that kept a running list in...
Back
Top Bottom