Page 2 of 2 FirstFirst 12
Results 16 to 30 of 30
  1. #16
    orange's Avatar
    orange is offline Moderator
    Windows XP Access 2003
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,850
    Ufriendly,



    Yes it would be a query. I don't use macros, so can offer little on that.
    In many inventory databases, there is a transaction file to record things like StockAdded to Inventory, Stock/Items sold to Customers along with TransactionDate, Quantity, AgreedToPrice...

    Here is a thread dealing with Inventory. There is a sample database included in post #12, but the dialog/exchange in the thread may help. It shows you some interaction (confusion/clarification/options...)

    Let us know how you progress.

    Also: How exactly did you record your video? --well done.

  2. #17
    Ufriendly is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Jul 2015
    Posts
    17
    I looked at link. It helped a lot. Still the calculation you gave me above, should I setup a query and run it on whatever Item I want to know the balance available on? Also your answer seems to not fit a lending library template but a stock control sneered. If that is true, should I not use the lending, and use another type template??

  3. #18
    Ufriendly is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Jul 2015
    Posts
    17
    I used camtasia to record video. adobe now has a product that does similar if you happen to have adobe CC subscription. Haven't tried it yet. No time to learn plus Camtasia is the leader in this area at least for now.

  4. #19
    June7's Avatar
    June7 is online now VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,644
    If you switch to an inventory control template, might still have to modify for your check in/out functionality. I see two aspects of your inventory management:

    1. stock is received and sometimes disposed of (due to damage, theft, loss, sale, donate)

    2. stock is checked out for temporary use and returned for reissue

    Might be able to treat them all as transactions in one table. The added complexity may be you want to be able to track the 'checked out' items to who currently has possession and generate report based on just the check in/out transactions.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  5. #20
    Ufriendly is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Jul 2015
    Posts
    17
    Great thanks!! I'll look. Think you sent before I sent last msg. Disregard.

  6. #21
    Ufriendly is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Jul 2015
    Posts
    17
    True and that tracking is built into lending. Thats why I want to use it. Seems a lot more work recreating that in stock then fig out on hand balance in lending. I'll try to get lending to work with the info here and get back to the group. Hell it may be easier to just go to location and count bal on hand. Lol.

  7. #22
    orange's Avatar
    orange is offline Moderator
    Windows XP Access 2003
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,850
    Ufriendly,

    My comments were for Inventory in general. I was not addressing any template per se.
    I think June is more familiar with the templates and I know she knows Inventory. I was making general statement and did not mean to redirect your basic approach.

    Thanks for the info on your video. I don't have Camtasia, although I recognize it. I would prefer a free product or reduced options product. It's more for tinkering than anything productive.

  8. #23
    Ufriendly is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Jul 2015
    Posts
    17
    Looks like you can use Adobe activate free for 30 days if that helps. http://thankyou.adobe.com/en/na/prod...150818200139:s

  9. #24
    Ufriendly is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Jul 2015
    Posts
    17
    I put a form that has a comment field in it, on a navigation form. Now when I add a comment it doesn't add it to the comment history. Should that functionality move with the form to the nav form??

  10. #25
    June7's Avatar
    June7 is online now VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,644
    Don't know. Never relied on comment history and don't use navigation form - don't like it.

    The field worked before? Try opening the form independently and test that field again. If that works then I guess you have an answer to your question.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  11. #26
    Ufriendly is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Jul 2015
    Posts
    17
    It is working. But you have to click next to go to the next item record and then click back to the one you were on to see the change. Maybe adding an add comment button on that form would work? Any ideas on how I would do that. I've attached form with the comment form second. Is that an sub-form? What would you do instead of a Nav form?

  12. #27
    Ufriendly is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Jul 2015
    Posts
    17
    Sorrry... Here are the screen shots
    Click image for larger version. 

Name:	Asset form.JPG 
Views:	8 
Size:	61.8 KB 
ID:	21876Click image for larger version. 

Name:	comment form.JPG 
Views:	8 
Size:	85.4 KB 
ID:	21877

  13. #28
    June7's Avatar
    June7 is online now VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,644
    I use form/subform arrangement and Tab control.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  14. #29
    Ufriendly is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Jul 2015
    Posts
    17
    Quote Originally Posted by June7 View Post
    I use form/subform arrangement and Tab control.
    So so like a main form with buttons pointing to sub forms?

  15. #30
    June7's Avatar
    June7 is online now VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,644
    A main form with subforms on pages of a Tab control.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

Page 2 of 2 FirstFirst 12
Please reply to this thread with any new information or opinions.

Similar Threads

  1. Lending Library help
    By sarahlou89 in forum Access
    Replies: 3
    Last Post: 12-12-2011, 08:29 AM
  2. Replies: 6
    Last Post: 08-27-2011, 03:47 PM
  3. Check Out - Lending Library
    By Surferboy1500 in forum Access
    Replies: 2
    Last Post: 05-30-2011, 09:05 AM
  4. Lending library template
    By Viking in forum Access
    Replies: 5
    Last Post: 11-16-2010, 06:19 AM
  5. Replies: 2
    Last Post: 05-24-2010, 06:47 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums