Sponsored White Papers, Webcasts, and Downloads
TechRepublic Resources
- Reporting in Microsoft Word from VB6
- Hey guys,I need to be able to use MS Word to display a report of information from an Access Database. Front end is VB6. I have got as far as having a SQL string to query the database and get the results I need on the fly, but need to...
- Tags: Word processors, Microsoft Office, Databases, carterlangley@..., Microsoft Word, Microsoft Visual Basic 6.0, Microsoft Corp.
- Discussion threads 2007-05-24
- Data Verification
- Ok, here is another one.I need to know how to make sure what the user is putting into a textbox. If the box is to only contain numbers, then the code must enforce this or only letters then the code must enforce this. VB in Access 2003. Some code examples...
- Tags: Microsoft development tools, Programming languages, carterlangley@..., OK Here
- Discussion threads 2007-05-04
- extract text from comma seperated values in a text box
- hi guys, girlsi have users entering words in a text box seperated by commas. i need to use those words as values in a search. there might be only one word, but then there might be twenty or only three. i need my code to extract the words there and...
- Tags: carterlangley@..., comma
- Discussion threads 2007-05-02
- Access 2003 Combo Box Updating via VB Code
- Hey there guys,got a combo box on getting its values from a table. if value is not in the table then the user enters the value in a textbox and clicks a command button to enter the new value into the table. now i need to be able to refresh/requery...
- Tags: Programming languages, Databases, carterlangley@..., Microsoft Access, Microsoft Visual Basic, combo box, requery statement
- Discussion threads 2007-04-04
- Combo Box Trouble
- Hi guys,Here is code I am using to populate a combo box from the table. Set cnnConnection = CurrentProject.Connection Set rstRecordset = New ADODB.Recordset strSQL = "SELECT * FROM Country ORDER BY Country" rstRecordset.Open strSQL, cnnConnection, adOpenDynamic, adLockOptimistic...
- Tags: carterlangley@..., id
- Discussion threads 2007-04-02
- << Previous
- page 1 of 1
- Next >>