I have a Security Incident Report database I am working on.
The Posts table has the Name of each Security Post, Address, State, Postal Code, and Country. The Name field is the PrimaryKey
The rest of my info is stored in Table1
On my form I have my [Post:] field accessing the table named Posts.
On the [Address:] field of my post, in the data tab of properties I put in =[Post:].Column(1)
In the form. When I pull down and highlight a post it fills in the address field fine.
However I have 4 more fields that I tried to put
=[Post:].Column(2)
=[Post:].Column(3)
=[Post:].Column(4)
=[Post:].Column(5)
into thier data field and nothing happens why?
Neowynds
The Posts table has the Name of each Security Post, Address, State, Postal Code, and Country. The Name field is the PrimaryKey
The rest of my info is stored in Table1
On my form I have my [Post:] field accessing the table named Posts.
On the [Address:] field of my post, in the data tab of properties I put in =[Post:].Column(1)
In the form. When I pull down and highlight a post it fills in the address field fine.
However I have 4 more fields that I tried to put
=[Post:].Column(2)
=[Post:].Column(3)
=[Post:].Column(4)
=[Post:].Column(5)
into thier data field and nothing happens why?
Neowynds