Hi,
I have Access database file for warehouse (recieving+issuing), so I want help to creat unbound text box in the form shows the balance of stock item when I do transaction for posting issue documents, and the validity rule to privent posting when balance QTY < issued QTY .
Thanks,
mtomar@msn.com
How many tables you have in your database file?
If it is one table I think you can't do it.
But if you created two tables like: tbBASE & tbMOVMENT
and zipcode is primery key in tbBASE and many in tbMOVMENT
it is possible to get what you want.
mtomar@msn.com
Hi,
I have Access database file for warehouse (recieving+issuing), so I want help to creat unbound text box in the form shows the balance of stock item when I do transaction for posting issue documents, and the validity rule to privent posting when balance QTY < issued QTY .
Thanks,
mtomar@msn.com
Yes, you can put criteria in onnce:
1. Creat a form in design mode, and give it a name for example: fmDLG.
2. Add two unbound text box.
3. Rename first text box (for example) bdate, and the other edate.
4. Add botton to open the report from wizard.
5. Go to the quiry which include the data...
Hi,
After created Access report and generated it, some times the report dose not keep original layout, for example if report made as landscap in next time become portrait.
How to keep layout?
Thanks,
mtomar
mtomar@msn.com
Hi,
To add a seq# field in your report, see below:
1. Add unbound field in the details of the report.
2. put inside the field: =1
3. go to the property of the field and choose a tab "data".
4. choose "yes" in runningsum.
Bye
mtomar@msn.com
Hi,
After created query or access report, I want a good function to round figure in calculated field x*y/z
I used function "round", but did not give me exact amount.
Thanks.
mtomar@msn.com
Hi,
After created query or access report, I want a good function to round figure in calculated field x*y/z
I used function "round", but did not give me exact amount.
Thanks.
mtomar@msn.com
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.