I have a form in which a record is being displayed. When i want to print it it prints tha whole thing incuding the buttons and user interface stuff. I only want to print the contents of the record.
Tnx for the help (if there is any [afro])
I am having trouble with finding the right command for adding a new record to a table at a specific position.
Dim rs As DAO.Recordset
Dim a As Integer
Set rs = Me.RecordsetClone
rs.MoveLast
a = CLng(rs.Fields(colnum).Value) + 1
i want to put the record at position a
as u can see the...
Ok i am guessing that this will be a simple one for u all but i dont know so i am just gonna ask neway :P.
When u do a query in a database and u change something in the form and u leave the form it automaticly saves the changes u have made. How can i interrupt that by means of like a msgbox...
Ok i am guessing that this will be a simple one for u all but i dont know so i am just gonna ask neway :P.
When u do a query in a database and u change something in the form and u leave the form it automaticly saves the changes u have made. How can i interrupt that by means of like a msgbox...
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.