Search results

  1. H

    "Release" and "deployment" best practices

    A question for the experienced programmers on how to "release" updated versions of the same data base to the users frequently: I am working on expanding the functionality of an existing Access data base (.accdb), which is being used on a daily basis by 1-5 users (never concurrently). I want to...
  2. H

    Issues with a calculated field using VBA on a subreport

    I am trying to add a calculated field called ‘txtWith’ to a subreport. This field needs to be present for all records, so it can’t be in the header or footer. The code that “fills” the field generally works fine elsewhere – I already used it successfully to calculate the same field content on a...
  3. H

    Email templates in table to be accessed by VBA – referring to fields in another table

    I have a data base from which I can send emails via Outlook, using VBA. One use case is sending meeting invites. The information for the emails – meeting topic, date and location – is stored in tblMeetings. On the form that displays a particular meeting to the user, the user can click a button...
  4. H

    Post rejected because it can't contain email addresses - but it doesn't?

    Hi everyone, I was trying to post a question about sending emails with VBA. I was unable to submit the post - the error message said I couldn't post anything that contains email addresses (because I need to have 10 or more posts to be allowed that). However, the post doesn't contain email...
  5. H

    Relationship status changed to "It's Complicated..."

    Hello, I am designing a database to manage workshops with MSAccess 2010, and it is not behaving as I expected. I am sensing I have a problem with relationships. The purpose of the database is to manage workshops. Each workshop is held at a specific facility, and we have workshops at the same...
  6. H

    Thank you!

    Hello everyone, greetings from the West Coast of the United States. I am currently building a database using MS Access for a non-profit organization. It's not that I don't know anything about databases - I feel I know just enough to be dangerous. I am a little overwhelmed with the project and...
Top Bottom