Page 2 of 2 FirstFirst 12
Results 16 to 20 of 20
  1. #16
    pimpzter is offline Novice
    Windows XP Access 2003
    Join Date
    Apr 2012
    Posts
    22
    finally... I have accessed the forms, queries, tables. Alt-P will get you to a form with database icon available. I think thats what got me there. If that wasnt it I had started a new database and imported the autoexec macro. I edited out the security looking information then exported it back to the original database. Now it seems the database icon is available on all screens and can get back to the original question.. lol

    Quote Originally Posted by June7 View Post
    Try the import to a new project.



    This is not a split database?

  2. #17
    pimpzter is offline Novice
    Windows XP Access 2003
    Join Date
    Apr 2012
    Posts
    22
    ok so now im back to trying =IIf(Length(task_code)>11,Null,WO_Description) .New information I got today is different from what I originally posted but just a small variation. Originally it was anything that was 8characters-xx-xx now it 8characters-xx-xx(and anything after this). Would the same code work or would I have to put in a wildcard somewhere ?

  3. #18
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,771
    So now you need to test for length > 14?
    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.

  4. #19
    pimpzter is offline Novice
    Windows XP Access 2003
    Join Date
    Apr 2012
    Posts
    22
    Thank you for all your help and time. This case is now solved.

  5. #20
    pimpzter is offline Novice
    Windows XP Access 2003
    Join Date
    Apr 2012
    Posts
    22
    Yes 14. I was looking at the piece of code you gave me a realized you were just testing total length rather than the format. The part of your code that wasnt going to work was the part that says if it is not > 14 then WO_description which the name of the box where the code was going was WO_description so I had to rename the box to WO_description2 or just something other than wo_description then it worked like a charm. Thanks again.

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

Similar Threads

  1. Query to Formatted Excel Sheet
    By pbaker36 in forum Programming
    Replies: 4
    Last Post: 04-17-2012, 03:28 PM
  2. Date Entry in formatted field
    By gg80 in forum Forms
    Replies: 2
    Last Post: 02-10-2012, 06:35 PM
  3. Exporting to formatted Excel file
    By Xerin in forum Access
    Replies: 4
    Last Post: 10-21-2011, 03:33 PM
  4. Formatted Excel Output
    By jerryrs in forum Import/Export Data
    Replies: 6
    Last Post: 02-26-2011, 11:58 PM
  5. Displaying data formatted
    By Zoroxeus in forum Forms
    Replies: 0
    Last Post: 03-14-2006, 09:45 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