Recent content by IronSasquatch

  1. I

    Access 2013 checkbox bug?

    Yep, I'm aware of what a checkbox is...I'm getting the value programatically by debug.printing it. The control source for the checkbox is a field called 'ORLate', which is a byte field in the table, and in the table itself, displays only -1's and 0's.
  2. I

    Access 2013 checkbox bug?

    Yes, I realize that they shouldn't be able to hold anything but -1 and 0, and in the tables, those are the only values present. However, examining their values on the continuous form gives values in the negative thousands. Also, I'm not changing any values myself when examining them, because it...
  3. I

    Access 2013 checkbox bug?

    Sorry for the delay, I've been swamped with stuff at work recently. I'm one of two IT guys where I work and the other one is out of town for the week. Anyway, the values in the checkboxes vary, but are always in the negative several thousand range (in Acc 2003, 2010, and 2013). The values of the...
  4. I

    Access 2013 checkbox bug?

    Yeah, as I said, the checkbox is bound to the value in the table, and the correct value is displayed if I drill down farther into a single form view that displays all the data for a single record. From the continuous form however, it displays all the checkboxes as true. This ONLY happens in...
  5. I

    Does someone know what i'm doing wrong?

    Okay, I think I understand what you're trying to do. If I'm reading that correctly, you just want the textboxes for each field to be visible if the text equals a certain value, right? If that's right, then the if statements should be independent of each other. The way you have it written, it...
  6. I

    Does someone know what i'm doing wrong?

    Like eugin said, we need to know what you're trying to accomplish before we can suggest a solution. However, a more general tip would be to format your code a little better. It makes it easier for others to read and makes it easier for you to keep track of everything that's happening. For...
  7. I

    Access 2013 checkbox bug?

    I've been working on upgrading some users' computers over the last couple weeks and someone just brought a strange bug to my attention. In a continuous form that is bound to a table, there is a checkbox that displays whether a shipment was shipped late or not. In all previous versions of Access...
  8. I

    OnLoad event not firing

    I realize posting in a thread this old probably isn't the greatest thing to do, but I pinpointed the exact reason for this problem (as I had been having it myself and couldn't figure out why for some months). Pat definitely touched on the issue, namely the order in which the form events fire...
  9. I

    Hey there.

    Just posting an introduction. I've been lurking here for a while (mainly because I've been directed here so many times in searching for answers to programming questions), but finally decided to make an account.
Back
Top Bottom