Hi,
Trying to create a 4 fold Birthday card. This means that when it is printed, on the top half of the a4 sheet, all the text has to be upside down! Does anyone know if this is possible??
Say I have a couple of recordsets open that I am using in a module with no form. I want to add a new record to one of them, and then make that record the bookmarked record, or the current record. Usually I just use me.bookmark, but because there is no form it does not work. How do I set the...
Say I have a couple of recordsets open that I am using in a module with no form. I want to add a new record to one of them, and then make that record the bookmarked record, or the current record. Usually I just use me.bookmark, but because there is no form it does not work. How do I set the...
I want to be able to determine which form has opened another one. For example, if you have a calendar form with a simple calendar control in it, and this is opened from 5 different locations. When the calendar is closed it is meant to insert the date into the form that opened it. How can I tell...
How do I create a recordset with the criteria being the primary key on an open form?
eg form is open with numeric field chargeID
rstTemp.openrecordset("select * from tblChargeProduct where ((tblChargeProduct.ChargeID)=[Forms]![frmCharge]![ChargeID])
This looks like it should work to me. Can...
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.