Hi,
I have a form with 2 comboboxes and one datagrid. I want to use these 2 comboboxes to filter the information from datagrid.
I have in the first combo all countries from table country
in the second one: all cities from the country that is selected in the first combo (table city)
I want in...
Hi,
I have an application with a SQL server database and using VBA, also some temporary tables in Access. I need to make it working for being used by more than one user in the same time.My boss wants to have the entire database on a network server and everyone shares the data and uses the same...
Hi! My problem looks something like this:
I have some sequences, every sequence has some steps.Every step is a function.Of course, every step, function can have one or more arguments.
for every sequence I have to call every function with its own arguments.
these things I have in a DB.
I have the...
I have a listbox with columncount = 2, boundcolumn = 1 and Multiselect = extended.
I need to use the values selected in this list from the second column. For ex, if the user select
World Markets;http://stocks.onvista.co.uk/overview_quotes.html?ID_OSI=85374;
AND...
Hi!
I want to compare the text from 2 different files, to see if there are some differences.
Do you have any idea how can I first open these files to have the text from them? (in VBA)
I have the path and also the file name in 2 variables.
Thanks!
Hi!
I have a list box with Row Source Type: value list.
I want to delete all duplicates from this list(every value to be found just one time).
Do you have any ideea?
I tried something like this :
Dim strFilePath As String
strFilePath = GetOpenFile
Open strFilePath For Input As #1
But, the problem is that I don't want to read or to write from or in this file, I want just to show it. And I dont know how.
Hi! I wanted to use a common dialog control in Access 2003 but I dont have this in Components. So, I use a code from http://www.mvps.org/access/api/api0001.htm.
The problem is that I can browse but not open (when I press open its not doing anything). Can you tell me where is the problem?!
thanks!
if , for ex. , I have a statement containing the word 'income'. I want to extract the numeric value from this statement just if this value is greater than 10.000.
something like this.
so first I need to see if I have a numeric value in this statement and then to check if this value is in a...
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.