thanx very much remou it worked u surely know ur stuff!
It was the first time i've encountered this problem so i had a hard time solving it. There is always room to learn more when programming.
Nuff Respect!
I tried it ok but it returned a error saying property not found.
Here is the code:
Const cDatabaseToOpen = "C:\Inetpub\wwwroot\CallAccounting\Database\CallAccounting.mdb"
Dim oCA_Conn,oRecordset, sSQL, sCA_ConnStng
Set oCA_Conn=CreateObject("ADODB.Connection")
Set...
what do you mean by that? sorry for all the questions, but this is just for an update to an already built software which has been distributed to customers, so we need them to run this patch to update their database with the new table. So i need this patch to create the table and apply all the...
well i'm writing a patch to update a database, which is already running with a different software that uses a table similar to the one i'm creating that must have these specific field properties as the software communicates with it this way.
So are there any answers?
thanx but I dont think that helps. Let me explain a bit more, I'm using ACCESS Database.
When u create a table in design view and you look down the bottom and see FIELD PROPERTIES with the GENERAL and LOOKUP TABS and in the listing for GENERAL you have Format, Input Mask, Caption .... etc I...
I need to know how to format each column (for example the date/time column i need to change it to Short Time) please offer any help.
Code is below:
Try
Const strConnection As String = "PROVIDER=Microsoft.Jet.OLEDB.4.0;DATA Source= C:\Inetpub\wwwroot\CallAccounting\Database\******. mdb"
Dim...
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.