Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

skip +1 doesn't work in my form

0 views
Skip to first unread message

Vedat

unread,
Apr 5, 1999, 3:00:00 AM4/5/99
to
Hello;
I have a problem that I can't solve.Please help me:

I joined 2 tables (Client.dbf & Orders.dbf) in a query and created a form
based on that query.
Then I wrote a simple code to a pushbutton's onclick event in the form,
but I couldn't manage to make it work as I want it to be.
What I want to do is :
Skipping to the next record in CLIENT.DBF without visiting the related
records in Orders.dbf.
What it does is:
For Instance:
If I am in the 2nd record of Client.dbf ,and Client.dbf has 4 records
related with Orders.dbf, at first it skips to the next record in
Orders.dbf, and after finishing all the related records in Order.dbf, it
goes to the 3rd record in Client.dbf.

My code for the pushbutton's onclick event is:
"Select Client
Skip +1 in Client "

I'd be very pleased if someone helps me..
Thanx for your interest.
Melih Cavli


0 new messages