Page 2 of 2 FirstFirst 12
Results 16 to 26 of 26
  1. #16
    dragon_sun252 is offline Novice
    Windows 7 32bit Access 2007
    Join Date
    Apr 2012
    Posts
    15
    Correction it was ALT_TIME7 null false line

  2. #17
    Bob Fitz's Avatar
    Bob Fitz is offline Access Developer
    Windows XP Access 2003
    Join Date
    May 2011
    Location
    Essex UK
    Posts
    3,544
    On which line does error happen.
    If this helped, please click the star at the bottom left of this posting and add to my reputation . Many thanks.
    Bob Fitzpatrick

  3. #18
    dragon_sun252 is offline Novice
    Windows 7 32bit Access 2007
    Join Date
    Apr 2012
    Posts
    15
    If IsNull(Me.ALT_TIME7) = False Then

  4. #19
    dragon_sun252 is offline Novice
    Windows 7 32bit Access 2007
    Join Date
    Apr 2012
    Posts
    15
    If IsNull(!ALT_TIME7) = False Then - I can not type today

  5. #20
    Bob Fitz's Avatar
    Bob Fitz is offline Access Developer
    Windows XP Access 2003
    Join Date
    May 2011
    Location
    Essex UK
    Posts
    3,544
    why can't you do that.
    If this helped, please click the star at the bottom left of this posting and add to my reputation . Many thanks.
    Bob Fitzpatrick

  6. #21
    dragon_sun252 is offline Novice
    Windows 7 32bit Access 2007
    Join Date
    Apr 2012
    Posts
    15
    Quote Originally Posted by Bob Fitz View Post
    why can't you do that.
    ?? Not quit sure what that was directed at but the error is at

    If IsNull(!ALT_TIME7) = False Then

    I have verified that it is bolth on the page and in the quiry that the page and VBA pulls from.

  7. #22
    Bob Fitz's Avatar
    Bob Fitz is offline Access Developer
    Windows XP Access 2003
    Join Date
    May 2011
    Location
    Essex UK
    Posts
    3,544
    Try
    If Not IsNull(!ALT_TIME7) Then
    If this helped, please click the star at the bottom left of this posting and add to my reputation . Many thanks.
    Bob Fitzpatrick

  8. #23
    dragon_sun252 is offline Novice
    Windows 7 32bit Access 2007
    Join Date
    Apr 2012
    Posts
    15
    Same Error

  9. #24
    Bob Fitz's Avatar
    Bob Fitz is offline Access Developer
    Windows XP Access 2003
    Join Date
    May 2011
    Location
    Essex UK
    Posts
    3,544
    I'm pretty sure that the "Not in this collection" error message means that it can't find a field in the recordset with the name ALT_TIME7
    Check that it is spelt with an underscore and not a space. If it has a space the name will need [] brackets [ALT TIME7]
    It might be worth trying the square brakets anyway. Post back with your results.
    I must get some sleep now but I will check in again as soon as I wake up in the morning.
    If this helped, please click the star at the bottom left of this posting and add to my reputation . Many thanks.
    Bob Fitzpatrick

  10. #25
    dragon_sun252 is offline Novice
    Windows 7 32bit Access 2007
    Join Date
    Apr 2012
    Posts
    15
    After some changes and fixes got and error on this line

    .Update

    Error 3003 could not start transation, to many transactions are already nested

  11. #26
    Bob Fitz's Avatar
    Bob Fitz is offline Access Developer
    Windows XP Access 2003
    Join Date
    May 2011
    Location
    Essex UK
    Posts
    3,544
    Insert the following line, just before End Sub

    Set currec = Nothing

    Also, try rebooting your pc
    If this helped, please click the star at the bottom left of this posting and add to my reputation . Many thanks.
    Bob Fitzpatrick

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

Similar Threads

  1. Help with a For Loop in VB
    By JFo in forum Programming
    Replies: 5
    Last Post: 09-29-2011, 02:45 AM
  2. Do While loop
    By jgelpi16 in forum Programming
    Replies: 7
    Last Post: 07-23-2010, 08:21 AM
  3. VBA Loop
    By DreamOn in forum Programming
    Replies: 4
    Last Post: 06-25-2010, 03:35 AM
  4. Issue with while loop and Access 2007 datasheet
    By jermaine123 in forum Programming
    Replies: 2
    Last Post: 01-17-2010, 10:09 AM
  5. For Each LOOP statement
    By zambam737 in forum Programming
    Replies: 3
    Last Post: 10-26-2009, 09:59 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