TennesseeFox
Programmer
I have a sql database that im using vb.net 2003 as a front end. I dont know how to do this but i want to know the syntax to query a database for a particualr record.
I guess it would be the on load of the form. have that related to another form where the record number(primarykey) is inputed. so formA askes for which record and formB displays that record with all the info from that record. And is there a way to say if there is no record for that number create a new one with that number??? like I ask for record 43, the query finds there is no 43, so in formB a new record 43 is created.
Thanks for the help
Tenn
I guess it would be the on load of the form. have that related to another form where the record number(primarykey) is inputed. so formA askes for which record and formB displays that record with all the info from that record. And is there a way to say if there is no record for that number create a new one with that number??? like I ask for record 43, the query finds there is no 43, so in formB a new record 43 is created.
Thanks for the help
Tenn