Hi I have an access database. When someone clicks a button on the form to save the input it automatically launches mc outlook and sends an email to the administrator of the details entered by the user. Is there anyway using vba that i could close outlook after launching it or to see whether...
heya i'm not actually using an insert statement. What i am doing is using a select query and creating a recordset with teh results of the select query. Then using a the value of the field for the text box.. i.e.
txtProduct.text = .fields("product").value
is this what is causing the...
Hi,
I am using an Sql server to hold the database for the data of the Vb application. In one of the tables i have a value which is declared as a varchar with size of 255.
When i reference this value to put into a text box it seems to rounding the numbers. If i enter in 2.5 as input.. this is...
I checked through the table defintions and the datatype is set at varchar of 255. Does the properties of varchar round off numbers. I know that they do truncate blank strings.
Thanks a million
hi,
IN regards to your probelm about seeing the password in the input box, input boxes don't support the *** 's . A way around that is to create a password form. Set the input mask of a text box on an unbound form to Password in the properties. Also if you want it as a popup form select yes in...
Hi,
I am using MS Access 97 to create dbs. I have been able to use the activex controls on other dbs but now they are not here. When i click to register the .ocx files .. it says thay it has registered but there are none in the list. Also when i click on more controls in the Tool box there is...
Hi, I am using SQL server with a Visual Basic frontend. If i enter in a number say 2.5 it saves ok and then when i go to retrieve the value it comes back as 2.499999999998. Is there any way i can get this to stay as 2.5 as it is causing alot of resouces to be used up when i have to perform...
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.