A week ago I was new in Access programming, then I started many threads in this forum, got many many good ideas and code samples, and now my project is already finished and my knowledge of Access is bigger than I would ever thought it would be!
THANK YOU ALL!
:) If any of you ever comes to...
Hi! I already started a thread on this theme, but still havent solved my problem. A have a Master/Detail form wich uses two tables linked throuhg primary key. (it's an order form with many order items in child fields). I have also a report with the same stile, and I print this report with...
But how do I send a filter wich will return 1 record, and how does this filter know that I wanna print curently opened record? I guess I just don't get the point here.
Hi. I have similar problem: a master/detail form (order form with order items in detail) and I would like to print out the report based on this curently selected form. How?
the given solution:
Dim stDocName As String
Dim LinkFilter As String
LinkFilter = "recordID =...
Hi. I have a master/detail form (order form with order items in detail) and I would like to print out the report based on this curently selected form. How? I saw a similar tip but it doesn't work:
Dim stDocName As String
Dim LinkFilter As String
LinkFilter = "recordID =...
Actualy thats not it. I have an tabele with:
(ITEM, PRICE, QUANTITY, DISCOUNT)
An on form I have for each row a TextBox that calculates price*quantity+pisqount. And that works OK, but if I want to make a TextBox at the end wich sumarizes all the final prices in calclated TextBox, how do I do...
I have an Text Box, wich calculates an formula for each row in table, althought it's not a table element. Can I use Sum function on that only displayed numbers?
I have a form in wich I have a text boxes based on a table and text box which gets data from another linked table with the controlSource =DLookUp("NAME_POST";"POST";"ID_POST = " & [ID_POST]), so this wants to enter data before it is entered ID_POST and so until I...
rushdib, thanks very much, it works, but now I have another problem: This form is TABULAR type, so I can display many different MACHINES, however in all my text box-es is always displayed the same TYPE_NAME for all (TYPE of the first on enter or of the curently selected ID_TYPE). How to fix this...
I have simple case: two tables, ARTICLE and TYPE. (each article is one of the type).
ARTICLE(ID_Article, A_Name, ID_Type)
TYPE(ID_TYPE, T_Name)
This two tables are related through ID_Type.
Now I have a form for table ARTICLE, and I would like to add to this form a TextBox, in wich I would have...
I have simple case: two tables, ARTICLE and TYPE. (each article is one of the type).
ARTICLE(ID_Article, A_Name, ID_Type)
TYPE(ID_TYPE, T_Name)
This two tables are related through ID_Type.
Now I have a form for table ARTICLE, and I would like to add to this form a TextBox, in wich I would have...
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.