Search results

  1. N

    95% of the way is not good enough

    Ok, so continuing the VBA newbie learning curve...I have come to a new impasse. Once again, this is with unbound forms, so in an effort to not waste any of your time those of you who feel the need to debate the sanity of going unbound I kindly request that you help someone who is working with...
  2. N

    Populate unbound form

    Hello once again, Ok, so I have a question (big surprise)...How do I populate an unbound form with a recordset from a table? I tried searching previous threads, but the majority of the posts were regarding either continuous forms, or populating lists, so any help here is greatly appreciated...
  3. N

    But I only wanted one

    I have a form that runs an append query in addition to saving the record (the appended information gets archived in a separate table called tblTracking where I collect the changes that have been made over time to that record). In my main table I have in the neighbourhood of 2,800 some odd...
  4. N

    Source of Consternation

    Ok...so, after some more continuing work on my db, I have debugged the VBA code and...well, I am at my wits end why I am receiving "Data type mismatch" errors. So, here is my first attempt at doing a class module. I am aware that I could use a query to intercede for me, but I want to make this...
  5. N

    Toggle Button

    Question with toggle buttons...since the behaviour of a toggle button is the same as a check (tick) box, True/False, Yes/NO, -1/0...that part I get with little difficulty. I have a form based off of qryUpdate. Now I am trying to use this form for a couple of things: 1)Display the record based...
  6. N

    db Maintenance...sweeper

    Ok, so I will admit, I am a newbie to Access and VBA, but I have reached a series of epiphanies, and am rolling up my sleeves to get down to business. However, taking into account the lack of computer savvy in my office, I am trying to make things as "automatic" as possible to remove ID10T user...
Back
Top Bottom