Click here to Skip to main content
15,888,527 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Extracting info from a remote web site Pin
Niels Penneman8-Jan-04 21:10
Niels Penneman8-Jan-04 21:10 
GeneralVB.Net custom slider control Pin
bigolslabomeat8-Jan-04 16:56
bigolslabomeat8-Jan-04 16:56 
GeneralEnumerating Enums Pin
cnurse8-Jan-04 14:39
cnurse8-Jan-04 14:39 
GeneralRe: Enumerating Enums Pin
Matthew Hazlett8-Jan-04 16:59
Matthew Hazlett8-Jan-04 16:59 
GeneralRe: Enumerating Enums Pin
cnurse8-Jan-04 19:48
cnurse8-Jan-04 19:48 
GeneralTop 1 tips for VB.NET developers Pin
cnurse8-Jan-04 14:25
cnurse8-Jan-04 14:25 
GeneralDebuging VB.NET Class library project used in asp pages Pin
iluha8-Jan-04 9:34
iluha8-Jan-04 9:34 
GeneralAccess 2000 Lunacy Pin
Roger Wright8-Jan-04 6:17
professionalRoger Wright8-Jan-04 6:17 
I think I'm going mad. I created a db, made a form for the primary data entry functions, then tried to create a new recordset in a module associated with the form. The form is for entering a timestamp when a valid user checks in, and part of the challenge is to verify that the user has entered a valid name and password (from a separate table) before allowing the update to the primary table. After days of trying to make it work I finally got an intelligible error message informing me that the Database and Recordset types are not recognized. The code is essentially straight out of the online reference manual, to wit:

Dim db As Database
Set db = CurrentDb()
Dim rst As Recordset
Set rst = db.OpenRecordset....

Searching through Help for this problem leads me to the statement that the Data Access Objects are not installed; Add them to your Visual Basic Project References. This isn't a VB Project, just a simple Access 2000 application. There are no project references to set, and it's inconceivable that a database product would not install the type definitions required to work with databases! I've reinstalled Access 2000 three times so far, and applied SP3 to the installation. I haven't a clue what to try next. Any suggestions?

"Another day done - All targets met; all systems fully operational; all customers satisfied; all staff keen and well motivated; all pigs fed and ready to fly" - Jennie A.

GeneralRe: Access 2000 Lunacy Pin
Marcie Jones8-Jan-04 8:05
Marcie Jones8-Jan-04 8:05 
GeneralRe: Access 2000 Lunacy Pin
Roger Wright8-Jan-04 9:16
professionalRoger Wright8-Jan-04 9:16 
GeneralPLEASE HELP: Converting a integer (or long) to a Binary Byte Pin
Lola Copinga8-Jan-04 2:53
Lola Copinga8-Jan-04 2:53 
GeneralRe: PLEASE HELP: Converting a integer (or long) to a Binary Byte Pin
Niels Penneman8-Jan-04 6:37
Niels Penneman8-Jan-04 6:37 
GeneralHELP !!! How can I do HTML view source Pin
Jone McDryan8-Jan-04 0:55
sussJone McDryan8-Jan-04 0:55 
GeneralRe: HELP !!! How can I do HTML view source Pin
Niels Penneman8-Jan-04 6:40
Niels Penneman8-Jan-04 6:40 
GeneralRe: HELP !!! How can I do HTML view source Pin
jimpar8-Jan-04 7:35
jimpar8-Jan-04 7:35 
GeneralHelp !!! How to Access MDI form's controls from a child form Pin
Tasnim8-Jan-04 0:07
Tasnim8-Jan-04 0:07 
GeneralRe: Help !!! How to Access MDI form's controls from a child form Pin
Niels Penneman8-Jan-04 6:44
Niels Penneman8-Jan-04 6:44 
Generalwaveform plotting Pin
r i s h a b h s7-Jan-04 22:55
r i s h a b h s7-Jan-04 22:55 
GeneralRe: waveform plotting Pin
r i s h a b h s28-Jan-04 0:43
r i s h a b h s28-Jan-04 0:43 
GeneralExcel 2000 vs 2002 Pin
Odd Magne Vea7-Jan-04 22:50
sussOdd Magne Vea7-Jan-04 22:50 
GeneralRe: Excel 2000 vs 2002 Pin
Niels Penneman12-Jan-04 10:35
Niels Penneman12-Jan-04 10:35 
GeneralVB.NET PROJECT(HELP!!!!!!) Pin
Greg287-Jan-04 19:07
Greg287-Jan-04 19:07 
GeneralRe: VB.NET PROJECT(HELP!!!!!!) Pin
Dave Kreskowiak8-Jan-04 4:01
mveDave Kreskowiak8-Jan-04 4:01 
GeneralRe: VB.NET PROJECT(HELP!!!!!!) Pin
Greg288-Jan-04 4:09
Greg288-Jan-04 4:09 
GeneralRe: VB.NET PROJECT(HELP!!!!!!) Pin
Guillermo Rivero8-Jan-04 9:59
Guillermo Rivero8-Jan-04 9:59 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.