I have a very simple table with fields:
INDX: type of text
AMT: type of number
Sample of Data:
INDX AMT
1023 329.254
1023 2698.213
3456 10025.236
3456 65.365
3456 995.698
2495 768.369
When I came to show it...
I developed a software using MS Access 2003. I have imported a new progress bar control and used it. It was working properly. After more than two years, I back to this software and tried to run it on another computer. A problem is arise now giving a message "the object doesn't support this...
I have a software developed by Access 2003. I would like to upgrade it to 2007, and I know there are several problems that will arise. Can anybody list such problems?
Thanks,
Hi
I want a help. I have access database with forms and tables and other objects. What I want is to hide all the objects so the user can not view the forms or any other objects and only use the interfaces that appears to him automatically.
Thanks
Hi
I want a help. I have access database with forms and tables and other objects. What I want is to hide all the objects so the user can not view the forms or any other objects and only use the interfaces that appears to him automatically.
Thanks
Hi
I want a help. I have access database with forms and tables and other objects. What I want is to hide all the objects so the user can not view the forms or any other objects and only use the interfaces that appears to him automatically.
Thanks
I don't know why this error message appear.
this message appear when I a lookup function is run.
The code statement that genrate this error for me is:
CName = DLookup("Name", "VisCardHolders", "Indx=" & CIndx)
Dim CIndx as long
CIndx=50025
The VisCardholders is a recordset consists of two...
I have OLE Object connected to a source Document. Each time I change the source document to a new one by using the sourcedoc property and action property. What I need is how to programatically print this document.