OK, this is a stupid question but I wanted to make sure. Is it possible to enter data into a table through Crystal Reports? I am 99% sure that it is not, just wanted to make sure.
Yes it is possible. I am aware of 2 ways of doing that.
1) UFLs written in VB or VC++ can provide any imaginable functionality, including writing data back to DB.
2) Report SQL can call DB stored functions, which can not only return values, but also do other things inside them, including writing to DB. This is especially useful when you need to keep track of the last record included in the report (I bet that's what you are trying to accomplish, right?)
Actually, my HR department is wanting to set up a call in phone line for employees to check on when they are to come back from layoff. They want a crystal report that will allow them to enter in information to a table on our AS/400 if the employee calling opts to talk to a live person rather than go through the IVR (which is writing straight to the table.) Is it possible to have them pull up an employee record and then make entries into the table? These would be new entries not modifying existing data. Seems to me that it would be better in Access rather than Crystal.
bdreed35,
Be careful with your blunt answers. In CR9, you can update the database through an SQL Command. Crystal has not become a fancy data entry interface, but YES you can open a report, enter data (through a parameter), and have those changes update the database.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.