I'm a beginner, please tell me if you can suggest a quick and efficient method of producing these results.
Table or other tabular display that queries my access database, presents to the user:
Column 1: State(Florida, Georgia, Texas, etc)
Column 2: City (Tampa, Atlanta, Dallas, etc)
Column 3: County (obvious)
Column 4: file.pdf (unique files names)
Column 5: Check box (yes/no)
Functionality:
must be able to insert/delete/edit (and this action is tied into the database), must be able to select yes/no in the checkbox (and this action carried through to the database), must be able to launch any selected file name present in column 4 (these file names cannot be hardcoded into the application).
I have been able to accomplish all except launching the hyperlink files using CFGrid. Is there a better way... for a beginner... to accomplish this?
Or am I on the right track with CFGrid? Can anyone help me with my problem launching the hyperlinked files in CFGrid?
Table or other tabular display that queries my access database, presents to the user:
Column 1: State(Florida, Georgia, Texas, etc)
Column 2: City (Tampa, Atlanta, Dallas, etc)
Column 3: County (obvious)
Column 4: file.pdf (unique files names)
Column 5: Check box (yes/no)
Functionality:
must be able to insert/delete/edit (and this action is tied into the database), must be able to select yes/no in the checkbox (and this action carried through to the database), must be able to launch any selected file name present in column 4 (these file names cannot be hardcoded into the application).
I have been able to accomplish all except launching the hyperlink files using CFGrid. Is there a better way... for a beginner... to accomplish this?
Or am I on the right track with CFGrid? Can anyone help me with my problem launching the hyperlinked files in CFGrid?