HelpDesk Database

  • Thread starter Thread starter tav
  • Start date Start date
T

tav

Guest
I'm creating a Helpdesk database I want to be able to capture screen shot and link it to a specific record is there a way i can store these screen shots in a database
 
if you use your print screen button to capture your screen shots, then edit and save them as bitmap files.

you should be able to store them as ole objects.
1. make a table with one row being named, say 'picture' and choose ole object as the data type.
2. open your table in datasheet view click into the 'picture' box.
3. go to the main menu, pull down insert and click on object.
(this starts a wizard to import your bitmap)

beware that picture files tend to make your database huge in a short time.

hope this helps!
Tom
 

Users who are viewing this thread

Back
Top Bottom