Sep 9, 2004 #1 Joanne999 Technical User Joined May 7, 2003 Messages 7 Location NO Hi, In VFP I would substr(fieldname,5,2) to get the 5th and 6th value in a field. Can someone help me with the Access steps for this feature? I couldn't find what I needed in help. Thanks, Joanne
Hi, In VFP I would substr(fieldname,5,2) to get the 5th and 6th value in a field. Can someone help me with the Access steps for this feature? I couldn't find what I needed in help. Thanks, Joanne
Sep 9, 2004 #2 RoyVidar Instructor Joined Jun 16, 2000 Messages 6,606 Location NO Try the Mid function: [tt]Mid(fieldname,5,2)[/tt] Roy-Vidar Upvote 0 Downvote
Sep 9, 2004 Thread starter #3 Joanne999 Technical User Joined May 7, 2003 Messages 7 Location NO Thanks Roy-Vidar! Have a great day!! Upvote 0 Downvote