Thanks, and I'm working with a microsoft access 03 database.
Could you give an example of the code, or link a tutorial? I haven't been able to find a good one for this.
User Profile
Collapse
-
Multiple Databindings
Is it possible to change the data binding of an object depending on what a user has selected from a list?
For instance:
I have a list with table names(minus the tbl prefix, I use Hungarian notation)
Sold
New
Used
The user selects a table and when the selection changes I want all the objects on the page to be bound to the newly selected table. Help? -
File Path from Open File Dialog
vb6 Vista
I'm attempting to get the file path returned by an open file dialog so that I can put it in the text property of a text box. However, I have no idea what the ofd property would be. Help? -
Exactly. Basically it's Boolean values. Boolean means that it can only be one thing or the other(kinda like on and off). From what you said Access seems to handle booleans with yes and no values, while VB, like most programming languages, handles it with true or false.
on=yes=true
off=no=false
Mmccarthy- lol, thanks. That had me a bit confused.Leave a comment:
-
If he wants to allow zero length then shouldn't the allow zero length property be set to true?
In other words...
tb1.Fields(1).A llowZeroLength = True
Or am I misunderstandin g? ><Leave a comment:
-
Login form closing on loading usercp
I'm developing a program with a login form. I want the login in form to be the first form that loads, and I want it to close itself when the main CP loads. However, when I set frmLogIn as the startup form and attempt to close it upon loading the next form it closes the entire program.
Code:Private Sub btnLogin_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnLogin.Click frmMain.Show()
-
Excel worksheet to Access data table
Hi,
I have a very large spreadsheet that I am trying to import to an access database. One of the worksheets is 28 columns and 3500 rows. I'm importing it to a table titled tblFlyingJEStoc k. I'm attempting to use the import data wizard, and I get to the final screen, but it pulls up an error saying "subscript out of range". What does the error mean, and how do I fix it?
If there is any important info that has...
No activity results to display
Show More
Leave a comment: