On Jul 22, 5:40 am, Alex Anderson
<AlexAnder...@discussions.microsoft.com> wrote:
> Everyone,
>
[quoted text clipped - 6 lines]
> Thank you
> Alex Anderson
Hi Alex,
You can show database data on the form without any issues.
All you need to do is to have a dataconnection.
Do let me know, in case you need any further information.
Thanks,
Paresh
Alex Anderson - 22 Jul 2008 16:11 GMT
Paresh,
I created another data connection to retrieve information and I inserted the
field I want to display but the number it shows is the very first record in
my database. How do I tell the form, rather that control to fetch the next
number in line?
Thank you
Alex Anderson
> On Jul 22, 5:40 am, Alex Anderson
> <AlexAnder...@discussions.microsoft.com> wrote:
[quoted text clipped - 18 lines]
> Thanks,
> Paresh
Paresh - 23 Jul 2008 06:30 GMT
On Jul 22, 8:11 pm, Alex Anderson
<AlexAnder...@discussions.microsoft.com> wrote:
> Paresh,
>
[quoted text clipped - 30 lines]
>
> - Show quoted text -
I guess for this, you will need to modify the SQL query that you might
be using in the data connection method.
Thanks,
Paresh
Clay Fox - 24 Jul 2008 06:42 GMT
Often you want to use the Max () function. To get the largest number in the
returned set and then +1 to get the next ID number, if they are sequential.

Signature
Clay Fox / Microsoft InfoPath MVP
www.InfoPathDev.com / The InfoPath Authority / Downloads, Samples, How-To,
Experts, Forum
> On Jul 22, 8:11 pm, Alex Anderson
> <AlexAnder...@discussions.microsoft.com> wrote:
[quoted text clipped - 38 lines]
> Thanks,
> Paresh