Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Displaying calculated field in dbgrid
Message
From
29/09/2000 02:46:12
 
 
To
All
General information
Forum:
Visual Basic
Category:
Other
Title:
Displaying calculated field in dbgrid
Miscellaneous
Thread ID:
00422454
Message ID:
00422454
Views:
36
i have a database with a date field [date due].

i want to display the difference of [date due] and the system date like:

data2.recordsource = "select [date due] - " & Date & " as [difference] from transaction"


data2.refresh

grid1.datasource = data2

The grid shows some records and all of this are blank.


could anyone help....
Reply
Map
View

Click here to load this message in the networking platform