You can find some starting tutorials on my web site:
http://www.takempis.com.
--
HTH,
Kevin Spencer
Microsoft MVP
..Net Developer
Neither a follower nor a lender be.
"Jonathan" <(E-Mail Removed)> wrote in message
news:15E825A6-EDE1-4706-A8B6-(E-Mail Removed)...
> Thanks Kevin, your right & I am trying to short cut (or should I say
> avoid)
> the inevitable.
>
> FP makes it very easy to get the basics in place (I have been using the
> DRW
> wizard alot) but when it come to the more complicated stuff like what I am
> trying to achive there is no wizard that will replace the hard coding I
> need
> to do therefore I will get my ASP books out and try to learn from the
> foundations up.
>
> Thanks you
>
> "Jonathan" wrote:
>
>> I have a problem (as a new coder to FP) I have an input form that posts
>> to 1
>> access table that I want to break down into three separate input forms to
>> post to three different tables for speed and ease of reporting, however I
>> am
>> stuck with the problem of taking the value of an input filed in form 1 to
>> a
>> field in form 2 and then the same field value to pass to form 3 creating
>> a
>> relation in the three separate tables - does this make sense?
>>
>> I beleive I need to do somthing with HREF?
>>
>> Any help would be greatly appreciated.
>>
>> Tia
>>
>>
>> Jonathan