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])
Tnx for all the help guys i found out what i did wrong. I have 1 fiels which i call Record_index which is undependent and i made another 1 which is called col_num which is dependent. Col_num writes the location i want to the tables and record_index shows it to me i made Col_num a hidden 1.
At...
No the controls arent bound , they are independant. But its the command which u mentioned :
DoCmd.GoToRecord acActiveDataObject, , acNewRec
that i aint sure of. are there other commands to be used to create a new record ? Or maybe u know how to use that command properly ?
I have checked the...
Tnx Gus,
But for some strange reason the program doesnt add a new record to the table. it just adds a new number in the form but when i want to saven the form it says that the specific number does not ecxist ?! so i am guessing it just didnt add the number. I think the top part of your reply is...
Maybe this will help for reading the ID3 tag, i havent quite read it yet but its for getting ID3 tags from your songs
http://planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=5533&lngWId=1
regards Hitower
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...
tnx for the help Steve but it doesnt work it cancels all events.
i am using an goto next record button and when i press that while the previous record changed it will prompt me the "Confirm update ?" part but when u press no it cancels the "goto Next" event aswell ?!
Like i...
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.