choose custom in the Allow section
and in formula, put =istext(A1)
this will not allow numbers, only texts
but it will allow a mixed between numbers and alphabetical caracters (numbers are usually treated as alpha caracters)
don't forget to give me a star ;)
select the column
click on Data, then click on Validation
in the Allow, choose whole number, or decimal..
you will have to choose a minimum and a maximum thou.. but no alphabetical entries will be allowed
John
assuming we can only use WSS 3.0, what would be the best way to enhance development on WSS 3.0? i mean what are the best tools?
i am only using downloaded templates, i need to make more profit using WSS 3.0.. what do you suggest?
thanks
I am searching for a utility under SAP that exports database tables to text files
I don't want to use SQL server utlities, as i dont know the tables name, or where i can find the needed data
lets say i want to test the data on another software, can anyone help?
thanks
i think u mean shahrepoint services 2.0
can u go to the main site and check up who have access on it?
and can u specify how u gave the access to the members of the subsite?
Thank you John for your reply
i did exactly what you said, but i got this error message about "Could not find installable ISAM"
i went to the article http://support.microsoft.com/kb/209805 to find a solution and did exactly what is in the article, but still having the same error message, i got...
Hi,
I am trying to connect to another db using the following code:
Dim db As Database
Dim con As Container
Dim doc As Document
Dim newLink As TableDef
Set db = CurrentDb()
Set newLink = db.CreateTableDef("WebResume")
newLink.Connect = ";DATABASE=" & dbPath & dbName
newLink.SourceTableName =...
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.