Search results

  1. M

    Continuous form not updating table

    I have a continuous form, but when I make a change to it, it doesn't update the table that is tied to it. I decided it was easiest to make a video showing what was happening. I'm new to Access & databases, so I'm guessing the fix is something really basic that I don't know about yet.
  2. M

    Sorting a continuous form based on a field

    I have a continuous form where the user can change what is displayed on it by selecting a date in a combo box in the header area. Then, they can sort the records by clicking a couple of the text labels in the header section. One of the ones they can click is called Over/Under. Here's the code...
  3. M

    Solved Event Click no longer working on a header label on a form

    I have a continuous form, and I have set a couple of the text boxes in the Header section to sort by the corresponding field in the Detail section. It was working fine, but now it isn't, and I don't know why. The only thing I can think of is, I changed the field name at one point, to remove a...
  4. M

    Changing properties on a continuous form

    I have a continuous form, and there's a button on it that runs some VBA code. The code takes information that's in the detail area of the form and writes it to a table. There will be some records on the form that will be ignored -- every record will not have data that gets written to the...
  5. M

    Issue with Collection in Access VBA

    I am trying to use a collection in my code, and I'm seeing what appears to be some weird behavior which I can't explain. Essentially, I am adding values to a collection, and sometimes, the next line of code changes the first listing of the collection. It's hard to explain in words, so I...
  6. M

    Checkbox in Form header that remembers its state

    In my database, I have a continuous form that lists all records from a table called Members. I added an unbound checkbox to the form header to filter the results in the form, and it is working properly. However, I would like the status of the checkbox to be remembered the next time the...
  7. M

    Getting pop-up form to center on monitor

    I am creating a new database that I am hoping to eventually make operate like an application. It will be used by my Dad, who doesn't know Access at all. One thing I am trying to do is create forms (let's call these pop-up forms) that are opened by buttons on other forms. I want the pop-up...
  8. M

    Greetings everyone!

    Hi all! Just thought I'd introduce myself. My name is Matt and I live in Los Angeles. I've been developing in Excel for a few years now, so I know VBA in Excel pretty well. (I created a budgeting file that is used for projects such as TV commercials.) I attempted to make a database with...
Top Bottom