TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Dev D
NA
3
408
Display data on a report from SQL Database
Nov 30 2019 3:53 AM
Hi,
I had hired a freelancer to make some program for me. He gave me the software but not the source code. It has a desktop software which sends all the data to sql server.
The below information is showing in the report. It pulls shop name, address, phone number and email address from the SQL database.
[ShopName]
[ShopAddress]
[Phone]
[Email]
I want to add the below fields in the same. It shows everything as is and does not pull correct data from the database.
[CustomerName]
[CustomerNumber]
[CustomerTaxId]
There is are two tables in the database. One has customer name and number, another table has customer tax id. How can i link this form to those particular table so that it shows the right information. I am not a programmer so any help would be greatly appreciated.
Reply
Answers (
1
)
Sql Display information from 3 tables row by row
Insert items in combobox before binding.