Help!!

  • Thread starter Thread starter jen23
  • Start date Start date
J

jen23

Guest
Does anyone know how to create a command button for an access form which will allow you to attach a file.

I am designing a consultation form which needs to allow the user to attach the like of patient x-rays / Lab reports which will be added incrementally to a seperate file location.

Any help would be much appreciated as I am soooo stuck:(
 
You can create a command button that will allow the user to select a file name and store the location of the file in a table that associated the file with a patient. Is this what you are looking for?
 
Use the Microsoft Common Dialog Control (it's an activeX object). Go to the design view of your form and click on Insert, ActiveX Control.
 

Users who are viewing this thread

Back
Top Bottom