I have a report being called for from a form. In the form, when the user clicks on the command button, the report will open and a visual basic code generates the values for all the text boxes in the report.
When I click on the command button in the form, the report opens up blank. When I switch...
Hi All, I have a form that uses some visual basic coding to generate data. I am not able to figure out how to add this data from the form to a table.
The data in the form that I would like to transfer to table is in text boxes. As I see it, some data need to be added to one table and some data...
I have a table with a set of records: FiscalYear(format - Number, eg. 2004, 2005), CompanyName(format - text), ItemName(format - text), ItemPrice (format- currency).
I have a form in which I have created four text boxes. First three text boxes are for FiscalYear, CompanyName and ItemName. The...
I have a table with a set of records: FiscalYear, CompanyName, Item1Price, Item2Price
The table has this information for the year 2004. I want the form to update the information in the table for FiscalYear 2005 onwards. The Item1Price increases by 10% every year and Item2Price increases by 20%...
I have a table with the following information: "PersonName", "PurchaseQuantity", "YearOfPurchase".
I am trying to prepare a form so as to represent this information in a matrix. I have YearOfPurchase (eg.: 2004, 2005, 2006...) as the column header and PersonName (eg.: Tom, Ron, John.....) as...
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.