Hi all,
I have a combo box that has as recordsource
"SELECT End_pro.[a-a_End_pro], [End_APO_name] & "-" & [End_STO_Pro_name] AS [Apo pros], End_pro.End_STO_Pro_name FROM End_pro;"
in VBA code I search for a specific string which I pass to a variable named TmpVar.
and then I
MyCMB.rowsource...
I have some text files that are written in utf-8 encoding.
My problem is that when I read the file the special (greek) characters are unreadable.
I have used the
Set fs = CreateObject("Scripting.FileSystemObject")
Set f = fs.getfile(TmpFile)
Set ts = f.OpenAsTextStream(ForReading...
I have a DB that someone else created at first and he had used Field names that are not proper for canonical use.
e.g fields with spaces ("Customer name").
What I want to do is to rename the field and find out where else is been used to rename it there also.
Thanks in advance.
PS few years...
I have an Access DB that when I startup th Project without pressing the shift key then the Break into code does not work.
My quest is to disable the bypasskey property so users will not be able to see what I dont want them to see.
I have created a logon form from which I give access rights to...
Hi to All,
My problem is
1. I have an Oracle database which has some tables.
2.I have an SQL 2000 database that has some other tables
3.I have an Access 2000 database
The goal is to read a table from Oracle (which I do with ODBC connection) to SELECT some records from there with specific...
I am importing data from a text file (unicode) with "|" delimiter. The problem is that this file has some non-printable characters in some fields and when I try to parse the text it hangs with unspesified errors.
I wonder if there is a way to clean-up all those characters before inserting the...
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.