Page 2 of 2 FirstFirst 12
Results 16 to 20 of 20
  1. #16
    gaker10 is offline Competent Performer
    Windows 7 64bit Access 2010 32bit
    Join Date
    Jun 2014
    Posts
    262
    Complicated is being generous, hehe. This is an Engineering process so it gets much more technical.



    Is there such code to implement a check pre-export?

  2. #17
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,646
    Access doesn't know what's valid or not. You define the conditions and evaluate data. You can do that manually (eyeballs on tables, record by record) or automate with algorithm (queries and/or VBA code).
    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.

  3. #18
    gaker10 is offline Competent Performer
    Windows 7 64bit Access 2010 32bit
    Join Date
    Jun 2014
    Posts
    262
    Right, I can implement some conditions, I'm just not sure where or how. It does not take much for one person doing a job to overlook things. A second set of eyes is really the only help, but there are few of us. So, I need to program the "second set of eyes". Also, going through 100+ records can make anyone lose their mind, me included. Perhaps I can implement a part type (transitions, sleeves, boots, wires etc in the parts database), and do a check that way?

  4. #19
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,646
    Possibilities are endless. I don't know your data and business process. Queries could be structured to return records that meet criteria, such as "SELECT * FROM table WHERE [field1] = 'transition' and [field2] Is Null;". If the query returns records then you have invalid data to fix before export.
    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
    gaker10 is offline Competent Performer
    Windows 7 64bit Access 2010 32bit
    Join Date
    Jun 2014
    Posts
    262
    I'm afraid it would be more complicated than that. A customer might specify a different tape for every transition and if every transition is a different type, it would be calculated differently. I'll play with the product categorization idea, since we need to re-do our commodities anyway. Thank you

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

Similar Threads

  1. Replies: 2
    Last Post: 03-19-2014, 04:51 PM
  2. Replies: 1
    Last Post: 11-10-2013, 08:53 AM
  3. Adding calculations to a form.
    By FFLKing in forum Access
    Replies: 3
    Last Post: 06-01-2013, 12:25 AM
  4. Replies: 7
    Last Post: 09-12-2011, 12:03 PM
  5. complex calculations like in Excel
    By jacko311 in forum Database Design
    Replies: 2
    Last Post: 11-11-2009, 05:51 PM

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