The above Function works great, but it doesn't refresh if I change the color of the text in the cell. Is there a refresh command I can put in this function?
Thanks,
NG
Hi,
I was wondering if there is a way to filter a row by the color of the text contained in each cell. I think if there was a way to determine what the cell text color is using a formula then it would be no problem, just use the criteria in the advanced filter. But, is there a way to find out...
Hi,
I was wondering if it's possible to display multiple lines in a message box..
I need the message box to display information that is inputted on a form. Once the user is finished entering information in the form, they click a button. Then the message box with the information the user...
Hello,
I'm trying to run a batch file located on a network drive using the shell function in Access 2000. I get the commmand prompt window to appear but in the window it says:
"Your Data Access Path - C:\Docume~\User\MyDocu~ - is Invalid Press any key..."
Is this error occuring...
Sorry about taking so long to respond, i'm working on an important project right now.
I checked out the code above it works with exporting tables to spreadsheets. I also tried it with queries and got the same results as you did. I'm not sure why this happens. A quick fix would be to append...
I finally got it to work!!!!
Here's what i did, this code is run from my main database:
file2 = "c:\FormsDB.mdb"
modulefile = "c:\modules.mdb"
Set AppAccess = New Access.Application
AppAccess.OpenCurrentDatabase file2
AppAccess.DoCmd.TransferDatabase acImport...
You can use the TransferSpreadsheet method to export to the specific excel file. In the range for the export, you can specify a worksheet by using the name of the worksheet and an exclamation mark.
example.
DoCmd.TransferSpreadsheet acExport, 8, _
"Table"...
Maybe one way to alleviate this problem is before you close the code, stop the debugging process by hitting the stop button. Then try saving your code, close it, then open it again to see if the changes saved.
Hope this helps,
NG
I went back and read my thread and it was a very ambiguous statement and i'm sorry for that. What i meant to say is that i need to make a reference without using VBA. So i need it in the event procedures as an expression or macro or something, but not VBA. Sorry again. So, as an expression i...
That's what i need help with. I need to make that reference but i can't do it with VBA since when you copy anything with code, it messes up the database u copy to, unless you open the database, compile the code, etc (excellent perk of A2k). The reference to DB3 must be created when the db2 is...
If I do the above I'll get an error that the procedure can't be found. It's because the module with the procedure is in another database.
Here's what i gotta do (The database with the modules will be on the network, we'll call it Module DB)
1) Open Database
2) Click a button.
3) Make...
Jay,
I'm aware of this problem. And, i knew how to fix the problem if i was to manually open the database, goto debug, compile, etc. But, my problem is that i need to do this procedure via Visual Basic Code from another database.
Just a note, it's interesting that they fixed this problem with...
One thing I forgot to mention, the 3rd database will be creating many different front ends, and back ends. So the procedure calls would have to be set up in the front ends when they are created by the 3rd database.
Thanks
NG
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.