Hi
I need Help in SQL. I've created a VB Project of Accounting, Using Access as a Backend database, In database I've 2 tables:
Table 1: Trans
Table 2: Trans_Details
Following Fields are in "Trans"
FieldName (Type) FieldName (Type) FieldName (Type)
Vno (Text) Vdate (Date) VNarr (Text)
Following Fields are in "Trans_Details"
FieldName (Type) FieldName (Type) FieldName (Type) FieldName(Type)
Vno (Text) AccId (Text) DebitAmnt (Number)CreditAmnt(Number)
What i need is a SQL query which give me All Transactions of particular AccId for a specific range of range of dates.
Please Help me on to this.
Waiting for anyone's quick response
Ahmed