sumox
Registered User.
- Local time
- Today, 19:07
- Joined
- Oct 1, 2013
- Messages
- 89
i have two tables
Challan
Invoice
We create firstly challan by Challan Formname: ChForm
ChForm has following fields data which i want to copy into INVForm
based on Invoice Table
1. Challan No.
2. Date of challan
3. PO No.
4. Array of Fields like ItemSr.no , ItemName, Qty and UOM
5. Transporter name
WHAT I WANT : I create new record in Challan Table by using
ChForm then i just click on one button and all above data is copied
and INVForm opens --->New Record--->all data copies into similar name
field in INVForm and i can save it to create invoice
Note: There are other several fields in INVform in addition to above
WHAT DO I DO ??
I DONOT KNOW VBA
I KNOW ACCESS MACRO
I AM BEGINNER IN ACCESS WHO KNOWS ACCESS MACROS
PLEASE HELP ME IMMEDIATELY WITH EASY STEP BY STEP
Challan
Invoice
We create firstly challan by Challan Formname: ChForm
ChForm has following fields data which i want to copy into INVForm
based on Invoice Table
1. Challan No.
2. Date of challan
3. PO No.
4. Array of Fields like ItemSr.no , ItemName, Qty and UOM
5. Transporter name
WHAT I WANT : I create new record in Challan Table by using
ChForm then i just click on one button and all above data is copied
and INVForm opens --->New Record--->all data copies into similar name
field in INVForm and i can save it to create invoice
Note: There are other several fields in INVform in addition to above
WHAT DO I DO ??
I DONOT KNOW VBA
I KNOW ACCESS MACRO
I AM BEGINNER IN ACCESS WHO KNOWS ACCESS MACROS
PLEASE HELP ME IMMEDIATELY WITH EASY STEP BY STEP