Results 1 to 2 of 2

Thread: please help me

  1. #1

    Thread Starter
    New Member
    Join Date
    Sep 2000
    Posts
    5

    Smile

    I want to replace my balance available fields on every employee at the end of every month with the field total allowance.please help me
    i'm using Access and ado.
    my table name coupon deduction and with fields
    employee id, total allowance, balance available, total use

    from hwa kern


  2. #2
    Lively Member
    Join Date
    Feb 2000
    Posts
    118

    Will this work

    I am assuming you are displaying this information in textboxes. If so, in the form unload event(?) check for the date like
    Code:
    If Date = 10/31/00 Then 
    !BalanceAvailable = txtTotalAllowance
    End If
    something like that should get you started.
    Kokopeli
    VB6 SP3

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