Hay,
9 of 10 comuters in my office response fine to the code ie.Navigate
in a single comuter it dosn't work at all.
application run's on access2007
windows xp
any idea what stuck's it?
thanks
can someone help me to solve a dilemma
i need to check by access timer changes in an sql table every second
now my dilemma is to link the sql table constantly and lookup the table every second
or run a Passthrough query every second
witch method will be moe effective>
thanks
for operating an action in an internet site i use the code:
Set ie = CreateObject("internetexplorer.application")
ie.Visible = False
ie.navigate "http://abcd.com/AsteriskClient.php?......"
but the result is a security messege
is there another way to it?
thanks
with access 2007 on windows 7 Passthrough queries dose not connect to sql server. for waking up the connection i must first link manualy an sql table and then alll Passthrough queries are live.
the odbc string i use is: "ODBC;DSN=Focus;APP=2007 Microsoft Office...
after reinstalling office 2003 with full options and
after registering the Triedit.dll file
still i get error: OLE Server Isn't Registered
what else can be done?
thanks
thanks for the reply
all what i need is to fill a pdf form with customer's details such as: name, id number, date of birth, address..
i have all this stuff in access tables. i can create fill fields in the pdf. but how to merge them from access?
i have a client list in a Continuous Form
and a small popup form containig client's details
moveing from client to client in the Continuous Form Requers the popup form.
till now is simple.
but how can i move the popup form up and down so it will coordinate with the client row and top of...
while useing TransferSpreadsheet command to export a table from access 2007 with hebrew column names to excel 2007 i get "????" in the excel sheet.
what can be done?
thanks
i have a continues form as phone book
one of the fields contains an ole object with bitmap images (mobile, fax, phone pictures)
in most machines pictures are displayed but in some machines
pictures not displayed.
any idea what is missing in those machines?
thanks
the folowing code is running well in tens machins.
in one of particular machine i get a Run-time Error -2147217900 (80040e14)
"one or more errors occurred during processing of command"
refferences are ok
sql query is ok
compilation is ok
so it must be related to some problem with the...
my access application is connected to an sql db with odbc
the connection to the sqlserver is through the internet
while internet is ok everything is ok but if internet fail's for a while all
passthrough queries loss connection.
how can i reconnect without closing opening the application ...