Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
ams006
Yak Posting Veteran
55 Posts |
Posted - 2009-08-21 : 06:03:41
|
Hi all, In Access 2007, I've created a 'call logging' system and I want to add a field where I can display the path and filename of a file for each call. I added in a simple text box but when I added the path and filename of a file, it was showing up on all pages (the same path and filename was showing for all calls). Any ideas what I'm doing wrong/is there a better way to do this?Cheersams006 |
|
Sequin
Starting Member
25 Posts |
Posted - 2009-08-26 : 09:41:16
|
If this is in a continuous form, the text box must be bound to a column in the underlying data source |
 |
|
ams006
Yak Posting Veteran
55 Posts |
Posted - 2009-09-11 : 10:39:05
|
Thanks Sequin..... |
 |
|
|
|
|