Hi,
I know this question has been asked before, and I have read the faq about this, but I don't know what to do with it.
I have this application in access, called supply management. The application starts with the form frmLogon. But when a user opens the application with shift+enter, the...
Hi,
I have this logon form where a user has to give in his name and password. There are also 2 buttons on the form: Submit and Cancel. Now, I want to make sure that pressing the return button does the same as when pressing the button Submit.
So it should do this:
Private Sub...
Hi,
Skipping the code in Form_Load() does not make the form load faster. However, I started reading the additional tips and found something that was slowing it down a little bit.
As a user logs on correctly, the visible property of the logon form is set to false. That way I can retrieve the...
Hi,
I have a serious speed problem when this form frmChangeOrders is loaded. Using this form, users can change the orders they have already made.
This is the relation between the tables:
tblCustomer tblOrders tblOrderlines tblProducts
----------- --------- -------------...
Hi,
I still don't know how to solve my problem. In the table tblOrderlines there will be inserted about 20.000 records a year (in the table tblOrders about 2.000 a year). Will this give serious speed & performance problems after a few years???
Thanks in advance,
dj.
I get the same error sometimes, and all I need to do then is close the database, remove the lockfile (this file is always created when you open the database) and try again. I hope that does it for you as well ;-)
Hi,
I'm a bit confused about your tables and how they relate. (misschien zou het makkelijker zijn in het Nederlands ;-) )
Let me just give you an example of how to insert records into a table by pressing a command button.
----------------------------------------------------
Private Sub...
Oops,
well in that case, I would like to help you out a little, but then I need more information: what's the exact name of the table, the name of the field with the value you want to insert into the table, how you select an offer (is it by pressing a button or ...),...
dj.
Hi,
Thanks WildHare for your answer. You're right, budgets can change from year to year.
I'm still not so sure about what I should do though... You see, the table tblOrders (together with the table tblOrderlines) will be huge after one year. So I think it will be better to create a new table...
Thanks danvlas. Silly me...
GHolden, it's not a good idea to change the recordsource when choosing a product from the second list, as the user should be able to choose every supplier at all times. I am changing the recordsource for the products list when the user chooses a certain supplier from...
Hi,
probably a stupid question but: I have 2 lisboxes on this form. One is based on the table tblSuppliers and has 2 columns: SupplierId and SupplierName. Only SupplierName is visible.
The second lisbox is based on the table tblProducts and has 4 columns: ProductId, ProductName, SupplierId...
Hi,
I have created this database, allowing users to make orders etc. There are several tables in the database, such as tblCustomers, tblProducts, tblOrders,...
Every user (from the table tblCustomers) is allowed to place orders for certain product groups. So a certain user may not be allowed...
Hi fneily,
I don't want the analytical code and description to appear in the same list, as the user should be able to search the analytical code by its code or its description. That's why there should be 2 listboxes, you see?
I'm still kind of stuck here though, I tried to put this in the...
Hi,
this probably is a stupid question, but I cannot work it out myself.
I have this table tblAnalyticalCodes with 3 fields in it:
-Analytical code
-Description
-Groupcode (this is the code of a main group)
there are 3 tables involved here like this:
tblProducts n--1 tblAnalyticalCodes n--1...
Hi Nath,
thanks for trying to help me. To answer your question: No,
Product and analytical codes are textfields.
I just figured out what went wrong though. I need to use square brackets in order to make it work correctly (as Analytical code is not one word and Productcode(Supplier) has...
...Sub cmdSearchNow_Click()
Dim strSql As String
Dim strCriteria As String
Dim strRowsource As String
strSql = "SELECT * FROM tblProducts"
strCriteria = ""
AddArgument NameProduct, "NameProduct", strCriteria ArgumentToevoegen...
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.