M
Mary Fetsch
In Access 2000, I have a project (Citrus.adp) where I'm setting the row
source for the TripCode field in VB. I'm using a SQL statment that joins 2
tables (Trip and Trip_Payment) and gets fields from both. Trip_Payment is
the form's unique table.
The control source for the Boxes field is "=[TripCode].[column](2)". I set
it in the form where I've formatted the Boxes field, as well as many other
fields, as #,###. That format is working for all my unique table
(Trip_Payment) fields, but not for Boxes. In fact, none of my formatting is
working for any of my non-unique (Trip) table fields. I thought I might be
able to do the formatting using VB, but I can't find a way to do that.
Is there a way I can format those fields? Thanks in advance.
Mary Fetsch
source for the TripCode field in VB. I'm using a SQL statment that joins 2
tables (Trip and Trip_Payment) and gets fields from both. Trip_Payment is
the form's unique table.
The control source for the Boxes field is "=[TripCode].[column](2)". I set
it in the form where I've formatted the Boxes field, as well as many other
fields, as #,###. That format is working for all my unique table
(Trip_Payment) fields, but not for Boxes. In fact, none of my formatting is
working for any of my non-unique (Trip) table fields. I thought I might be
able to do the formatting using VB, but I can't find a way to do that.
Is there a way I can format those fields? Thanks in advance.
Mary Fetsch