Search results

  1. N

    To many forms to modify one at a time

    My problem is simple, and i imagine it is easy to fix. I have more forms in my db than I would like to count, and I have a couple lines of code to add to the onload event of each form. Is there an way, without actually having to edit each form myself, to add the code i need to add to all...
  2. N

    not sure if this is possible

    I am working on a volunteer database for a local non-profit. They have many programs and would like to filter the names they see so that only the volunteers that fit their profile (job, availablility, interests, etc) are shown. Is there a way for me to provide a form that gives them the options...
  3. N

    needing to use fields from unrelated tables

    I dont know if this is in the right spot, or if it is even possible. I am trying to take similar fields from unrelated tables. both fields contain information about the age of my clients. The tables they are in are unrelated, as they are different types of clients, and therefore can not find...
  4. N

    playing with dates

    The Goal: I am attemting to find something called shelter nights. Shelter nights is determined by taking the number of nights a household stayed in the shelter and multiplying by the number of people in the household. its quite an easy formula, and i can do it quite well in Access. My problem...
  5. N

    still confused

    Okay, I have a form that pops up when a button is pushed. I would like the parent form to open the record chosen in the pop up when the ok button is pushed. i have the close command figured out, i just need the right record to open on the essentially parent form.
  6. N

    so confused

    I have a form that involves a block if statement in the OnPaint event. The form is set to continuous forms view. As soon as i placed the code in the onpaint event, the forms that are not the focus keep flickering, if i change the focus the flickering changes, so that those that do not have the...
Back
Top Bottom