Click here to Skip to main content
16,004,647 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to append two values taking from two different tables and displays in JTextfield.

I have one enquiry textfield and another quotation textfield. so when I put 1 in enquiry, quotation become 1_1. Here 1 is enquiry and 2nd 1 is quotation..if I want to pass 3rd enquiry then quotation should become 3_2 and this 3_2 displays in quotation textfield...3rd for enquiry and 2nd number for quotation ...for 6th enquiry quotation become 6_3...so quotation is auto increment number but quotation and enuiry are two different tables.. so how to append these values? and which query I have to used ?

What I have tried:

Here I used key released action for enquiry
Please give some tricks.
Posted
Updated 23-Feb-17 21:07pm
v2

1 solution

Check this out and adapt: Ask Your Database for that Unique ID[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900