Mar 23, 2006 #1 3Mark3 Technical User Nov 30, 2005 48 US Does anyone know how to setup this query? I'm trying to find out how to delete the first, say 5 characters. Example would be Pre-qry 0001974668845 post-qry 74668845
Does anyone know how to setup this query? I'm trying to find out how to delete the first, say 5 characters. Example would be Pre-qry 0001974668845 post-qry 74668845
Mar 23, 2006 #2 S SkipVought Programmer Dec 4, 2001 47,489 US Hi, Code: Right([YourField], Len([YourField])-5) Skip, [red]Be Advised![/red] A chicken, who would drag a wagon across the road for 2 cents, is… POULTRY in motion to PULLET for a PALTRY amount! Upvote 0 Downvote
Hi, Code: Right([YourField], Len([YourField])-5) Skip, [red]Be Advised![/red] A chicken, who would drag a wagon across the road for 2 cents, is… POULTRY in motion to PULLET for a PALTRY amount!
Mar 24, 2006 #3 PHV MIS Nov 8, 2002 53,708 FR Why not simply this ? post-qry: Mid([Pre-qry],6) Hope This Helps, PH. Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886 Upvote 0 Downvote
Why not simply this ? post-qry: Mid([Pre-qry],6) Hope This Helps, PH. Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886