Results 1 to 5 of 5
  1. #1
    sivaulagu is offline Novice
    Windows XP Access 2000
    Join Date
    Apr 2012
    Posts
    3

    missing operator error comes whats the problem...

    SELECT TXT_PART_DESCRIPTION,TXT_PART_ID, NewLastName: Left([TXT_PART_ID],1) from tbl_PART_ID

  2. #2
    recyan's Avatar
    recyan is offline Expert
    Windows 2K Access 2000
    Join Date
    Dec 2011
    Posts
    662
    Have you tried :

    SELECT TXT_PART_DESCRIPTION,TXT_PART_ID, Left([TXT_PART_ID],1) AS NewLastName from tbl_PART_ID

    Thanks

  3. #3
    sivaulagu is offline Novice
    Windows XP Access 2000
    Join Date
    Apr 2012
    Posts
    3
    gr8 yaar thanks...a lot it works... simple one but o forgot

  4. #4
    sivaulagu is offline Novice
    Windows XP Access 2000
    Join Date
    Apr 2012
    Posts
    3
    if i need to take values from different table then???

  5. #5
    recyan's Avatar
    recyan is offline Expert
    Windows 2K Access 2000
    Join Date
    Dec 2011
    Posts
    662
    Quote Originally Posted by sivaulagu View Post
    simple one but o forgot
    Happens to all of us.

    Thanks

    Edit :
    Quote Originally Posted by sivaulagu View Post
    if i need to take values from different table then???
    Could not understand. Can you elaborate ?

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 5
    Last Post: 03-27-2012, 01:40 PM
  2. Unable to fix a missing operator error
    By dhaneshjs in forum Access
    Replies: 6
    Last Post: 05-25-2011, 10:14 AM
  3. Syntax Error...missing operator
    By jgelpi16 in forum Programming
    Replies: 14
    Last Post: 09-09-2010, 11:35 AM
  4. Error 3075 Missing Operator
    By KLynch0803 in forum Queries
    Replies: 5
    Last Post: 02-11-2010, 01:13 PM
  5. Missing Operator error
    By data123 in forum Forms
    Replies: 1
    Last Post: 03-15-2009, 04:34 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