Forum: Legacy and Other Languages Apr 22nd, 2005 |
| Replies: 2 Views: 6,192 The Len() function is all you really need |
Forum: Visual Basic 4 / 5 / 6 Apr 22nd, 2005 |
| Replies: 3 Views: 2,164 There is a way to create a thirty-day free trial (if that interests you). This hard codes the license key code into each copy of the application (you have to compile multiple times in order to give... |
Forum: Visual Basic 4 / 5 / 6 Apr 22nd, 2005 |
| Replies: 2 Views: 3,717 Check out the InStr() function for your "Find" request - do a search in the Help file to get the exact syntax. THere is also a built-in Replace() Function.
Hope this helps!
Richard |
Forum: Visual Basic 4 / 5 / 6 Apr 22nd, 2005 |
| Replies: 0 Views: 8,808 This code uses field level validation to check for data in fields in an Access form, and instead of using message boxes (as the "Validation Rule" and "Validation Text" properties of a field (in the... |
Forum: Visual Basic 4 / 5 / 6 Apr 22nd, 2005 |
| Replies: 0 Views: 6,463 Place the file with part one of the code on the server. This part of the code gets placed in a batch file (text file with the extension *.BAT) and placed on each client's machine. Again, you will... |
Forum: Visual Basic 4 / 5 / 6 Apr 22nd, 2005 |
| Replies: 3 Views: 8,164 This code is to split a Microsoft Access database and re-connect it on launch so that you can use Access on a multi user network...After Splitting the database manually, place the following code in... |
Forum: Database Design Apr 20th, 2005 |
| Replies: 5 Views: 25,918 Access is not the best choice for this kind of application. Unless you are required to use access (part of a class assignment or something) you would be better off looking into either Oracle or... |
Forum: Visual Basic 4 / 5 / 6 Apr 20th, 2005 |
| Replies: 7 Views: 11,501 There is no built-in control to display access reports in Visual BASIC. However, there are several third-party components (some of which cost $$$) that can be used for this purpose. Hope this... |
Forum: C# Apr 20th, 2005 |
| Replies: 2 Views: 1,904 Data-driven means that there is a database as a part of the program, often called the "back end", and residing on a server...the VB part of the program, which resides on the user's machine, along... |