Results 1 to 5 of 5

Thread: VAT Check Box [RESOLVED]

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Mar 2005
    Posts
    334

    VAT Check Box [RESOLVED]

    i have a check box, and if the user wants VAT to be added to the calculations then they tick the box.

    When the user searches a record already saved in the dbase, how do i make the tick appear if vat was included????
    Last edited by pame1la; Apr 11th, 2005 at 06:11 AM.

  2. #2
    Frenzied Member PilgrimPete's Avatar
    Join Date
    Feb 2002
    Posts
    1,313

    Re: VAT Check Box

    Do you have a VATIncluded (or similar) column in your table? Or a separate column for the VAT value?
    If so, you can query this column and display the tick based on their contents...

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Mar 2005
    Posts
    334

    Re: VAT Check Box

    yeah i do have a incVAT column in the table, but how do i say in vb:

    if VATinc then
    TICK CHECK BOX 'i dont no how to say this bit.....

  4. #4
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Do you mean...

    VB Code:
    1. Check1.Value = vbChecked

  5. #5

    Thread Starter
    Hyperactive Member
    Join Date
    Mar 2005
    Posts
    334

    Re: Do you mean...

    Quote Originally Posted by Hack
    VB Code:
    1. Check1.Value = vbChecked

    yup...thanks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width