I want form textbox values assigned into a table from save button click event, and I fetch table value into textbox from form_load event. I am using unbound form. How will do it?
If I split my database financial year(01/04/06 to 31/03/07) wise , Transaction table contain empty record and master table contains all record till 31/03/07 and closing balance update into new master table opening balance . Pls anybody help me.
I declare a variable has Where Condition in main form command button and I want if codition is true then subform recordsource wherecondition is added into recordsource.How will it do?
I have a table Purchase, i want a report it creteria is category=me.category and company=me.company and suppler=me.supplier and itemname=me.itemname . But all creteria is not must , so i want notnull textbox wise report.
Pls anybody help me. Pls send any sample form report.
title bar display Application title and form name with bracket.
i.e Access[Ledger]. I want remove bracket. How do it?
Title bar color change only working database, how do it?
Database split into finanical year wise. One Year Ledger Closing Balance goes to next year Opening Balance. Eg. 2006-2007 Closing balance assgin 2007-2008 year Opening Balance. How can split it? Pls anybody help me. Pls post sample database this way or other best way.
:confused:
How will do weekly report per month?
eg if month="March" then result is week1=01/03/2008 to 07/03/2008, week2= 08/03/2008 to 14/03/2008 ,week3=15/03/2008 to 21/03/2008,week4=22/03/2008 to 31/03/2008
I enter Primarykey value in textbox , Find record textboxvalue wise and work form requery display it. How will do? I try below this.
Dim db As DAO.Database
Dim strSQL As String
Set db = CurrentDb
Dim rs As Object
strSQL = "SELECT * " & _...
Specified field name grouping in form is possible or not? It is work done in report.I want Accounts type wise grouping in form.
eg
Purchase A/c
Purchase 1%
Purchase 2%
Sales A/c
Sales 1%
Also I want If reportdetail double click,another report open. Is it possible.
If I select month&year,I want month enddate. eg. Jaunuary-2008, Result is 31/12/2008. How will do it?
Combobox value how do assign in form_load? me.combo="CASH" or me.combo.text="CASH" or me.combo.value="CASH" Error display for above three method assign.
I have two subform in main form.
Main form is unbound form. I have 2 queries such as detail query,summary query. summary query is summary of detail query by sum(amount) groupby code. subform1 recordsource is detail query.subform2 recordsource is summary query. My problem is I select a combobox...
I have a voucher form contains voucher_type,customer_name,Amount. I select a DR or CR in a combobox, If DR then customer code store into tab_field1 or customercode store into tab_field2. I get customercode from customer_name combobox. How will assign customer_name control source? If controlsouce...
I have a save command button in a form. I click it then save record to a table. But record save it before button_click(). How will detect it? Am I save main form and subform by one mainform save_button_click()?
I have a table field for GrandTotal. In a form GrandTotal textbox controlsource=Sum([Amount]).How will save it controlsoure=GrandTotal. Also same for many calculated field? Cursor dont put into that field.
Please help me.