Re: Joining Two Text Fields?

2000-05-14 Thread John Allred
tween the two values like this: > > http://www.testing.com/ID=232626 > > That's clearly not what I want.. i'll try out your method in a few mins :) > > Marco > > - Original Message ----- > From: "Rob Sherman" <[EMAIL PROTECTED]> > To

Re: Joining Two Text Fields?

2000-05-13 Thread Marco Gil
IL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, May 13, 2000 10:00 PM Subject: RE: Joining Two Text Fields? > > > > > is it only 1 record? Or do all your entries put a "/" character there > between the two values? > > If it's just 1 record

RE: Joining Two Text Fields?

2000-05-13 Thread Rob Sherman
> is it only 1 record? Or do all your entries put a "/" character there between the two values? If it's just 1 record, then make sure you strip off the "/" from being entered into the database. If all your records seem to make a "/" in the browser you can try stripping off the last characte

Re: Joining Two Text Fields?

2000-05-13 Thread Marco Gil
I tried that.. but the browser still puts a / before the ? which is not what I want.. got any other suggestions? Marco - Original Message - From: "Brook Davies" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, May 13, 2000 7:57 PM Subject: Re: Joining Tw

Re: Joining Two Text Fields?

2000-05-13 Thread Brook Davies
Are you trying to pass a URL and a value? IF so, you would want to use a "?" in between the end of the url and the value. I'm not sure if this is what you want, but it should be fairly easy to do. Try: I'm not sure if that is what your looking for. What are the two values? Examples? At 07:

Joining Two Text Fields?

2000-05-13 Thread Marco Gil
I have a text field in two different tables and I need to use them joined together in a HREF parameter of an anchor tag. For example: #NewDeals.CouponText# The problem I find with this though is that the browser places a "/" in between the two values. Is there any possible way of making it s