User Profile

Collapse

Profile Sidebar

Collapse
Daniel Owino
Daniel Owino
Last Activity: Dec 9 '09, 01:40 PM
Joined: Dec 7 '09
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Daniel Owino
    replied to Stock level
    Hi

    Hi MTB

    No, what I mean is, the staff are usually issued with these items from the store, so whenever any item is given out, then the current quantity should drop by that number so as to reflect the correct figure, right? This is the figure displayed in the balance textbox. The only problem is, the balance is calculated well, all right, but how can i now reflect this value in the current quantity textbox, so that when...
    See more | Go to post

    Leave a comment:


  • Daniel Owino
    started a topic Stock level

    Stock level

    I'm trying to calculate the quantity of stock in an organization. I have a text box to reflect the current quantity, another for the no. issued to staff, and another to show the remaining balance. However, when any of these is used, the balance reflected is correct, but the quantity stays the same when i select the same product later. How can i update this quantity so that the stock level reflects correctly? Should i have another form specifically...
    See more | Go to post

  • Daniel Owino
    replied to Add a new record to a subform
    Thanks

    Thanks for your help, it worked out fine.
    See more | Go to post

    Leave a comment:


  • Daniel Owino
    started a topic Add a new record to a subform

    Add a new record to a subform

    Hi

    I'm trying to add a new record to a subform called itemsreceived_s ubform, using a command button. I can't get the clear difference between the subform control, and the subform itself. My code is as follows:

    Private Sub cmdadd_Click()
    If Me!Itemsreceive d_subform.Form. Dirty Then
    Me!Itemsreceive d_subform.Form. Dirty = False
    End If

    Me![Itemsreceived subform].SetFocus ' This...
    See more | Go to post
No activity results to display
Show More
Working...