Thanks BaudKarma I'll have a go with your link. I did try this:
http://support.microsoft.com/kb/198755/EN-US/
But it threw a load of errors so am hoping your works.
Thanks once again
Hi,
I have a networked DB with about 6 users each with front end access installed on their machines. The Database is 2 months old and until today ran fine (no major changes since build). Now when users try to access the Back End on the server I get one of the following messages:
1.The...
yes but it doesn't specify(or I can't see) the condition for the where=current ID. This works fine:
DoCmd.SendObject acSendReport, strDocName
but when the... strWhere is added it fails. Am stumped :(
RCP
not sure if I'm heading in the right direction but could you give me an idea how wrong the following is:
DoCmd.SendObject acSendReport, strDocName, strWhere
thanks
RCP
Hi,
any help for this newbie question is appreciated:
I have a button to create a preview report of the current record as follows:
Private Sub reportPV_Click()
Dim strDocName As String
Dim strWhere As String
strDocName = "Warehouse_Incident_table"
strWhere = "[Incident Number]=" &...
Hi
I have just finished a DB ready to split onto a network. The problem I have is that I created 2 temporary standalone DB's for 2 users to capture data in while the main DB was being created. Now I need to get their data into the main DB, but the table is not identicle (I have added some...
Hi,
The wizards for creating navigation buttons are fine but is there a way of also displaying numbers as with the normal view for example record 12 of 21 etc?
TIA
RCP
Thanks MoLaker, but I've already developed the forms and think some code would help pass the current ID into the next form, i.e. something like the following (but am new to this):
DoCmd.openform “frm2”, acnormal,,"ID =" & me.ID
but not sure if this is correct or not
thanks
RCP
Hi,
I have searched the FAQ's and past posts without success to the following basic problem (I say basic because I'm very new to this but would think it very basic to you guys!).
Anyway I have a table with approximately 30 fields. I have split these fields over 3 forms so that they don't look...
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.