Search results

  1. B

    Combo Box Conditions

    I have a combo box called cmbPaymentMethod it includes several choices such as: Cash Check Visa MasterCard PayPal Charge No Charge Also I have a field called txtPaymentAmount. What I want to do is if the user picks Cash; Check; Visa; MasterCard; or PayPal and they come to txtPaymentAmount...
  2. B

    Need Help with ForeColor Change

    What I'm wanting to do should be very simple, but for the love of all things, I can't figure it out. I have 3 textbox's on my MainForm: txtTotalCharged txtTotalPaid txtAmountDue The first 2 textbox's are calculations from Sub1 and Sub2 and Sub3. What I am wanting to do is when txtAmountDue is...
  3. B

    Question User Level Security shows up

    To whom ever can help. Last night I was going through some of my many sample db's and I think the last one I looked at required me to login. After trying many things to access the db, it occured to me to type Admin and then the password, which I used password. Well, It worked and so I looked...
  4. B

    Setting up a Paid in Advance

    I have a problem with figuring out how to implement what I call “Paid In Advance”. If a customer pays 4, 5, 6, or 12 months in advance, I for some reason can’t think of how to set this up with tables, queries, forms, and reports. The example that closely matches my db is “Order Entry” from...
  5. B

    How to hide certain records

    To who ever can help? I have a report that has 4 post cards “accounts” on each page. The control source is a table. The post cards have the customer’s info and their service charge amounts. What I need is a way for only the post cards “accounts” with a $0.00 service charge to not show up when I...
  6. B

    Need Help

    Hi All, Here's my problem, I have a form with a text box "txtINPCD" and a command button "cmdPreview". On the report I have a text box "txtCopiedINPCD" that gets it's info from the text box "txtINPCD" on the form. The control source of the report text box "txtCopiedINPCD" is...
  7. B

    command button open image

    Is it possible to have a cmdButton open a pre saved image from your hard drive. The images are saved with the same name as the Account Number. (ex: AcctNum -- TA123409 Image -- TA123409.bmp) I want the cmdButton to open the image filtered or based on the Account Number. If so, could someone...
  8. B

    OnMouseMove

    I have an a2k db, recently I installed office 2003. On one of my forms I use the mousemove event to change the color of certain text. This works fine on office 2000 platform, but on 2003 it makes everything flicker real bad. Does anyone know what the cause of this could be.
  9. B

    Transfer of a value

    You'll have to forgive me I kinda new at this. I have a form with a non linked subform on it. The main form has one control on it called CustomerID, the subform's record source is from a select query that is updated by a cmdButton on the main form. The cmdButton runs an update query. One of the...
Back
Top Bottom