Search results

  1. G

    option group

    I have an check box option group A:B:C:one of which is the answer to a test question. The results would be like A=0 B=1 C=2. The problem is that the values of A,B and C change on every question and there are 187 questions. The result values are then added together with other question values to...
  2. G

    Toggle Button

    I'm trying to use a toggle button to enable a combo box that in turn selects different subforms depending on the entry in the combo box. The default "button on"should leave the combo box enabled and visable. If the default toggle button is not selected then I want the combo box and all the...
  3. G

    Forms/Subforms

    I have a combo box on my Main Form with several items on the list, lets say, A,B,C,D. When someone selects "A", I want Asubform to come up on the main form. Bsubform when "B" is selected, Csubform when "C" is selected, so on, and so forth. Your help would be greatly appreciated.
  4. G

    combo box's

    Combo Box "PlayerAbility" has "Beginner, Intermediate, Expert in its table. When "Beginner" is selected, I want a certain list to showup in combo box "Level" and combo box "AgeGroup". The same holds true for "Intermediate and Expert but the lists will be different." I think it goes in the...
  5. G

    data on a report

    I'm trying to show the method of payment on an invoice in a text box. The data needs to come from a combobox on a form. I've tried this and no result. =Forms!Payments!PaymentMethod in the control source in the textbox.
  6. G

    Getting info from a Combo box on a report?

    I been trying to show a payment method on a report, but I'm having a problem. Is this the correct statement. =DLookUp(" [PaymentMethodID]","Payments","[Payment MethodID]"="Form![Payments]![PaymentMethodID]")
  7. G

    Getting info from a Combo box on a report?

    I've got a standard orderentry database and I want to print the payment method on the invoice. The payment method is on a form(payments) in a combobox(paymentmethod)that lists payment methods, such as: Cash, Check, Credit Card, etc. When I preview the report all I get is "Name?" in the textbox...
  8. G

    SalesTax

    I'm using a similiar database to Microsoft Orders. On the Orders form I want the default Sales Tax to be 0 unless the customer is from Texas,then 6.75%. I also want to grayout the Sales Tax unless from Texas. I'm using Access97
  9. G

    Reports

    I'm extremely stupid today, so I need help. I have a textbox(Cool)on a form named(Contacts). This textbox has a number from 1 to 10 entered in it by an operator. I've got a report generated from a quary from that form named(Contact Quary). That brings up a single file report based on a Contact...
  10. G

    Grayout list or combo box

    I've got an option button that is clicked to indicate a newsletter subscription. I want to grayout the newsletter expiration box if this option button is not selected.???
  11. G

    Option groups in a report

    I have several 10 button option groups to displaly on my report. I would like to make the non selected buttons invisible. Any ideas???Thanks!
Back
Top Bottom