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 just tried it out with no luck.
It returns characters in a format readable only from Html pages.
But either way thanks for your time.
I will keep looking.
Regards
the tristateTrue is = -1
and the Option Explicit is there
but Greek Letters are not showing at all
Only if I Open with Notepad the text file And save it as Unicode from UTF-8.
Then I can read it through Access without any problem.
Do you know a way to do it through VBA instad doing it manualy...
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...
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.