Hi...
I have created MS Access database for stores management and every thing is okay, there is purchase table ,receive table ,transfer table and damage table .
each one contain two table, now my problem is in the purchase table
let's take a look please
_______________ ___
the first_table.sno is connected to the second_table.sn o
one to many relationship
_______________ ________
and the database is connected to vb
I have created report ,and what is happening is..
now when I print report it will reverse automatically, like this...
Please help me...
thank you in advance...
I have created MS Access database for stores management and every thing is okay, there is purchase table ,receive table ,transfer table and damage table .
each one contain two table, now my problem is in the purchase table
let's take a look please
Code:
first table sno inv_no date supplier
Code:
second table sno code details qty price discount tot
the first_table.sno is connected to the second_table.sn o
one to many relationship
_______________ ________
and the database is connected to vb
I have created report ,and what is happening is..
Code:
first table sno inv_no date supplier 1 0000 13-12-16 bla bla bla
Code:
second table sno code details qty price discount tot 1 01 hammer 4 10 0 40 2 02 screw 1 10 0 10 3 03 bottle 2 5 0 10
Code:
sno code details qty price discount tot 3 03 bottle 2 5 0 10 2 02 screw 1 10 0 10 1 01 hammer 4 10 0 40
thank you in advance...
Comment