Page 2 of 2 FirstFirst 12
Results 16 to 19 of 19
  1. #16
    Tambe257 is offline Novice
    Windows 7 32bit Access 2016
    Join Date
    Mar 2017
    Posts
    28
    Yes, that worked! Now I need to implement a way to dynamically choose the store groups via a combobox that references my StoreGroups table. I;m sure I'll need more help



    Thanks a million for all of your help so far. I'm learning a lot.

  2. #17
    davegri's Avatar
    davegri is offline Excess Access
    Windows 10 Access 2016
    Join Date
    May 2012
    Location
    Denver
    Posts
    3,388
    I need a copy of the DB to help farther.
    If you don't want to post it here for the world to see, Private Message me and I'll give you my email address.

  3. #18
    Tambe257 is offline Novice
    Windows 7 32bit Access 2016
    Join Date
    Mar 2017
    Posts
    28
    I may take you up on that, but I want to try to figure it out a bit first. I was testing the code that I have so far and I found that the date is saving incorrectly. The date being saved into the table is 12/30/1899, regardless of what I enter into the date picker. When I look in the immediate window the date being read in the code is correct, so it is changing upon saving it. I am thinking it's because sSQL is a string?

  4. #19
    Tambe257 is offline Novice
    Windows 7 32bit Access 2016
    Join Date
    Mar 2017
    Posts
    28
    I may take you up on that, but I want to try to figure it out a bit first. I was testing the code that I have so far and I found a couple of issues that I fixed on my own:

    1) Some fields could be null, so I added nz(varient, "Null") to them

    2) The PriceDate wasn't saving correctly into the table, since it was a string. I changed it to "#" & Me.PriceDate & "#"

    I'll play with the combo box idea and let you know if (when) I need more help. Thanks a million!

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

Similar Threads

  1. Replies: 2
    Last Post: 09-09-2016, 01:50 PM
  2. Replies: 10
    Last Post: 04-26-2016, 02:04 PM
  3. OnClick event to view Total Count records
    By wnicole in forum Forms
    Replies: 5
    Last Post: 11-16-2015, 11:55 AM
  4. Replies: 11
    Last Post: 04-04-2015, 08:53 AM
  5. Unbound Form, but wish to save records...how?
    By LostInAccess in forum Forms
    Replies: 4
    Last Post: 07-18-2012, 09:55 AM

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