Page 2 of 2 FirstFirst 12
Results 16 to 20 of 20
  1. #16
    Bretz217 is offline Novice
    Windows XP Access 2007
    Join Date
    May 2012
    Posts
    8
    OK...thanks for all the help!!!!! I got it working!!! Changed the rectangles to text boxes and it works now!!!! Whew!!! I have a VBA book coming in the mail!!!!

  2. #17
    ssanfu is offline Master of Nothing
    Windows 2K Access 2000
    Join Date
    Sep 2010
    Location
    Anchorage, Alaska, USA
    Posts
    9,664
    OK, but once again, you are opening up a recordset with no filtering and no sorting. A table has no order. There is no guaranteed which record will be "first" when you open the recordset.

    Your code will work if the tables each have one, and only one, record. If there are more than one record, you can't rely that the same record will appear each time.

    Good luck.......

  3. #18
    Bretz217 is offline Novice
    Windows XP Access 2007
    Join Date
    May 2012
    Posts
    8
    Steve,

    Very true...I am going to put more conditions and user input at the top so that the appropriate report is printed.

    It is reading a record, reading the Probability and Impact, and placing that number in the correct box, which is important.

    I also realize that I have assignments backwards, which I can easily fix...here is a pic of what I wanted it to do, less the backwards P&I programming!!!

    Click image for larger version. 

Name:	PI pic.jpg 
Views:	11 
Size:	64.3 KB 
ID:	7712

  4. #19
    ssanfu is offline Master of Nothing
    Windows 2K Access 2000
    Join Date
    Sep 2010
    Location
    Anchorage, Alaska, USA
    Posts
    9,664
    Interesting.....

    BTW, in the colored boxes, the risk ID is in the wrong place OR the Probability/Impact captions are switched.
    According to the colored boxes, you have:
    Risk ID = 6
    Probability = 2
    Impact = 3

    not

    Risk ID = 6
    Probability = 3
    Impact = 2


  5. #20
    Kamal is offline Novice
    Windows XP Access 2010 32bit
    Join Date
    Feb 2013
    Posts
    3
    Hi Bretz,

    I am working on a very similar project and your updated code could be very usefull to me.
    Could you send me the file or the code?

    Thanks in advance!

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

Similar Threads

  1. Google Distance Matrix API
    By rbiggs in forum Programming
    Replies: 2
    Last Post: 07-11-2011, 06:51 AM
  2. matrix display
    By radujit in forum Queries
    Replies: 1
    Last Post: 01-25-2011, 10:37 AM
  3. New to programming in MS access 2007...
    By DarrenReeder in forum Programming
    Replies: 5
    Last Post: 12-05-2010, 01:03 PM
  4. Automatically updating matrix
    By reuip in forum Access
    Replies: 2
    Last Post: 06-08-2010, 08:04 AM
  5. New to Access programming
    By pushpm in forum Programming
    Replies: 1
    Last Post: 02-20-2009, 03:03 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