Please help.
a friend of mine is having a lot of problems with her PC.
She can only boot in safe mode. if you go into the boot mode menu and select Normal it starts to load windows, but then stops and says "It is now safe to turn off your computer" and keeps doing each time.
any...
Help,
I have a VB application which uses a MS Access database and also writes details to text files which are contained in folders. In all I want, when the user installs the application, that 5 folders are also installed (each folder containing files - database files, text files, html files...
Ben,
it is an Access DB. CAn I just run a few things by you. I have a DB called QuizDetails and there a about 10 tables in it.
On a form I have a combo box that I want to display all these 10 (or more ..if more tables are added) tables of the QuizDetails DB.
Thanks for the code but I don't...
Sunaj,
I have put this code into the Form_load().
I have left out the IF stmt as I don't want to filter the tables.
The combo box does not contain any information when I run it.
I have a adodc connecting the database.
Dim catNew As New ADOX.Catalog
Dim i As Integer
'Dim catNew As String...
Sunaj,
thanks for your reply. Tried that. Where have you this code..the Form_load() ?
Is there anything else I need?
The system is not recognising "Public catNew As New ADOX.Catalog"
Compile error
Invalid attribute in sub or function
This is a major part of my project and your help...
Hi,
could you help me please. I need to fill a combo box with all the names
of the tables in a database I am using. Any ideas of a good way to go
about it.
Thanks in advance
ems
Hi,
could you help me please. I need to fill a combo box with all the names of the tables in a database I am using. Any ideas of a good way to go about it.
Thanks in advance
ems
Hi,
I am creating a CAL on Relational Algebra. For the quiz section, the user will be typing in the Relational Algebra query. I must convert that to SQL..here is one for Union:
Dim SQL1 As String
Dim SQL2 As String
Dim SQL3 As String
SQL1 = "INSERT INTO temp SELECT * FROM Books"...
Hi,
i am working with a text file which isn't delimited by zeros.I want to go and search for the correct record, and then replace a piece of the string with something.
I have the string being replaced but the details aren't getting written back to the text file.
here is my code. i know i'm...
I need to set a minimum length of 4 to a Student ID field in the Login screen of my application. I know there is a max property available. How do I set the minimum property?
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.