Page 3 of 4 FirstFirst 1234 LastLast
Results 31 to 45 of 46
  1. #31
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 10 Access 2013 32bit
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922

    Do a Compact and Repair and then you should be able to right click from explorer and "send to Compressed file".

  2. #32
    FJM is offline Competent Performer
    Windows 98/ME Access 2003
    Join Date
    Jun 2010
    Posts
    117
    I have just done that but I don't know how to attach to my reply to you....

  3. #33
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 10 Access 2013 32bit
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    Are you still using ac2003 and WinME?

  4. #34
    FJM is offline Competent Performer
    Windows 98/ME Access 2003
    Join Date
    Jun 2010
    Posts
    117
    Access 2007
    What is WinME ?

  5. #35
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 10 Access 2013 32bit
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    Win98/ME as your OS.
    For attaching Go Advanced and scroll down a bit. Manage Attachments

  6. #36
    FJM is offline Competent Performer
    Windows 98/ME Access 2003
    Join Date
    Jun 2010
    Posts
    117
    I hope I have attached the zipped file.....
    Attached Files Attached Files

  7. #37
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 10 Access 2013 32bit
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    Well this form is pretty complex. When you attempt to move the MainForm to a new record, All of the SubForms are going to want to move requery their recordsets as well. As there will be no PartNumber yet which is their linking field, that can give this form a problem.

  8. #38
    FJM is offline Competent Performer
    Windows 98/ME Access 2003
    Join Date
    Jun 2010
    Posts
    117
    In case it helps at all, the Problem only started when I added the code to the On Current event of the Form.
    If you remove this code, things work OK.

  9. #39
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 10 Access 2013 32bit
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    That does help. Boy did I get side tracked! I'll need a few minutes.

  10. #40
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 10 Access 2013 32bit
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    This may be part of the problem: http://allenbrowne.com/NoYesNo.html

  11. #41
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 10 Access 2013 32bit
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    If that's true then you could probably resolve the issue by changing the OnCurrent event code to:
    Code:
    Private Sub Form_Current()
    Me.Label279.Visible = Nz(Me.NEWPART, 0)
    End Sub

  12. #42
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 10 Access 2013 32bit
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    Did that make any difference?

  13. #43
    FJM is offline Competent Performer
    Windows 98/ME Access 2003
    Join Date
    Jun 2010
    Posts
    117
    RESULT !!!!!!!!!!!!

    It seems to work a treat

    I was really testing your ability all of the time............... and I am pleased to say you passed with flying colours................

    Seriously, thanks very much for your perseverance. Its a pity I never thought to tell you the important bit until the end.

    It looks a good tip about the Yes / NO bits but am I correct in thinking that for future use I can simply modify the code you have sent me ?

  14. #44
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 10 Access 2013 32bit
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    I think so but I'm not sure which code you ended up with.

  15. #45
    FJM is offline Competent Performer
    Windows 98/ME Access 2003
    Join Date
    Jun 2010
    Posts
    117
    Private Sub Form_Current()
    Me.Label279.Visible = Nz(Me.NEWPART, 0)
    End Sub

Page 3 of 4 FirstFirst 1234 LastLast
Please reply to this thread with any new information or opinions.

Similar Threads

  1. DLookUp Flashing Error
    By RawToast in forum Access
    Replies: 1
    Last Post: 12-16-2014, 09:02 AM
  2. Main page Form flashing button
    By benh in forum Forms
    Replies: 2
    Last Post: 09-19-2014, 05:17 PM
  3. Replies: 6
    Last Post: 12-30-2011, 01:07 PM
  4. Flashing textbox
    By coach32 in forum Forms
    Replies: 1
    Last Post: 11-22-2011, 02:22 AM
  5. subclassing a form to control flashing
    By swt1951swt in forum Forms
    Replies: 0
    Last Post: 07-14-2009, 05:23 AM

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