Click here to Skip to main content
15,923,083 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionScreenSaver's child process dies a-borning Pin
jim_taylor13-Mar-07 8:50
jim_taylor13-Mar-07 8:50 
AnswerRe: ScreenSaver's child process dies a-borning Pin
Marcus J. Smith13-Mar-07 9:05
professionalMarcus J. Smith13-Mar-07 9:05 
AnswerRe: ScreenSaver's child process dies a-borning Pin
jim_taylor13-Mar-07 12:16
jim_taylor13-Mar-07 12:16 
GeneralRe: ScreenSaver's child process dies a-borning Pin
Marcus J. Smith14-Mar-07 3:05
professionalMarcus J. Smith14-Mar-07 3:05 
GeneralRe: ScreenSaver's child process dies a-borning Pin
jim_taylor14-Mar-07 4:02
jim_taylor14-Mar-07 4:02 
GeneralRe: ScreenSaver's child process dies a-borning Pin
Marcus J. Smith14-Mar-07 9:45
professionalMarcus J. Smith14-Mar-07 9:45 
Questionadding to access database Pin
peteyshrew13-Mar-07 6:54
peteyshrew13-Mar-07 6:54 
AnswerRe: adding to access database Pin
DaveRRR13-Mar-07 9:18
DaveRRR13-Mar-07 9:18 

I might have the answer you seek, but I haven't looked in any depth at this problem.

It may be something to do with the insert statement and/or the customer table. Does the table only have 3 columns: an id, a surname and a forename? Is the id column auto-generated (or whatever the term is in MS Access)? Try naming the columns in your insert statement. I don't know what columns your customer table has but it might be something like this:

insert into customer (id, surname, forename) values (99, 'Rogers', 'Dave')

Dave


QuestionHow can I call properties a run time created button? Pin
JUNEYT13-Mar-07 6:20
JUNEYT13-Mar-07 6:20 
AnswerRe: How can I call properties a run time created button? Pin
Guffa13-Mar-07 7:37
Guffa13-Mar-07 7:37 
AnswerRe: How can I call properties a run time created button? Pin
testy_proconsul13-Mar-07 7:40
testy_proconsul13-Mar-07 7:40 
GeneralRe: How can I call properties a run time created button? Pin
JUNEYT13-Mar-07 7:53
JUNEYT13-Mar-07 7:53 
AnswerRe: How can I call properties a run time created button? Pin
Guffa13-Mar-07 10:08
Guffa13-Mar-07 10:08 
GeneralRe: How can I call properties a run time created button? Pin
testy_proconsul13-Mar-07 13:00
testy_proconsul13-Mar-07 13:00 
QuestionPrinting a form's text fields Pin
Central_IT13-Mar-07 5:50
Central_IT13-Mar-07 5:50 
AnswerRe: Printing a form's text fields Pin
Duncan Edwards Jones13-Mar-07 7:44
professionalDuncan Edwards Jones13-Mar-07 7:44 
QuestionHow can I detect which button is clicked on the form? Pin
JUNEYT13-Mar-07 5:02
JUNEYT13-Mar-07 5:02 
AnswerRe: How can I detect which button is clicked on the form? [modified] Pin
M-Hall13-Mar-07 5:28
M-Hall13-Mar-07 5:28 
GeneralRe: How can I detect which button is clicked on the form? Pin
JUNEYT13-Mar-07 5:34
JUNEYT13-Mar-07 5:34 
AnswerRe: How can I detect which button is clicked on the form? Pin
kubben13-Mar-07 5:34
kubben13-Mar-07 5:34 
AnswerRe: How can I detect which button is clicked on the form? Pin
testy_proconsul13-Mar-07 7:48
testy_proconsul13-Mar-07 7:48 
Questiontowers of hanoi Pin
nyakallo13-Mar-07 4:58
nyakallo13-Mar-07 4:58 
AnswerRe: towers of hanoi Pin
Marcus J. Smith13-Mar-07 6:01
professionalMarcus J. Smith13-Mar-07 6:01 
AnswerDO YOUR OWN HOMEWORK Pin
leckey14-Mar-07 9:04
leckey14-Mar-07 9:04 
GeneralRe: DO YOUR OWN HOMEWORK Pin
Marcus J. Smith14-Mar-07 9:47
professionalMarcus J. Smith14-Mar-07 9:47 

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.