Hi,
I created a MS Access 2000 application with several buttons and event procedures associated with them. The file worked fine for a while, but, I think, that after I renamed the file I get the Microsoft Visual Basic error message "Module not Found".
Any idea how I can correct this...
Hello,
I have an excel sheet with large flowcharts (over 270 text boxes) and need to have a wordcount of the text in these boxes.
I know word has a word count (in the properties section), but it does not count words in text boxes.
Any help is appreciated.
Emile
ok thnxs for your feedback. I however do want to go through vba coding. I am not familiar with pass through queries. Additionally I want to run the code based upon Windows 2000 logon information (so some will have read-only, other users admin rights).
looking forward in receiving some feedback...
Hi,
I have found already quite some posts regarding this subject, but can not get it to work in my situation:
I have an Access 2000 db which queries a table on an SQL server. The DSN connection = "MyDSN". The table contains a user_id (MyUser) and passw (MyPassw).
I am looking for...
Hi,
I use the DoCmd.Openquery code to run a query via a form/button. The query retrieves data from tables linked through ODBC. To access the data you need to answer a login/password. I would like to take the network user (NT), check whether he is entitled to access the data, if so, open the...
Hi,
I want to create a link to a text file in vb (basically replace the "File"-"Get External Data"-"Link Tables" command.
Any idea what the command should look like? I use MS2000.
Thank you,
emikoo
Hi,
I am running a vba code in access. I have declared a recordset and am sending out data in an e-mail (MS Outlook) using the "DoCmd.SendObject" command.
It works fine for certain records but for others I receive a "Reserved Error 2958" message.
Any idea what generates...
Hi,
I would like to count the number of empty (null) fields in a recordset. For example:
Select a,b,c....,z fom Mytable ;
suppose "b" and "d" are empty/null then statement should return 2, if only "c" is null then statement should return "1".
Any help...
Hello,
I want to check if a character in a certain cell is upper or lower case. For example "A" returns "Upper", "a" returns "Lower".
Thnxs in advance,
EK
Hi,
I have an access file that needs to receive input from external application.
I would like my code to determine what the colour and position is of the "pixel" below my mouse pointer (when it is pressed) on the external applications.
Thnxs for your help,
EK
Hi,
I have several access applications that link to tables in Informix 7.2 and SQL Server. Now if users run queries on those tables they sometimes have to enter 2 logid's and password's.
Is there any way Access 2000 can pick-up the login from the network (win2000) and connect to tables...
Did you try to make it a 'make-table' query? I had problems in the past where a simple select query would cut-off a memo field on 255 chr., but simply changing it to a make-table query kept the memo field complete.
EK
Rob,
You can also create a form with input date an refer the query to the field in the form.
In general, my experience is that if you give the "enter date" parameter in the queries exactly the same name (ie [Enter Date:]) the user will only have to enter it once.
EK
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.