Sep 9, 2004 #1 Joanne999 Technical User May 7, 2003 7 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 Jun 16, 2000 6,606 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 May 7, 2003 7 NO Thanks Roy-Vidar! Have a great day!! Upvote 0 Downvote