Any way to code a field (Maybe easy)

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I know what I want, but I can't find out how to do it. I have a report and I
want it to total changes in a field using code. I can't figure out how to
code a field in a report. How can I do this?
 
Could you explain:
-total changes in a field
-code a field

Maybe you could provide some sample records/fields with how you would expect
this to calculate and display in a report?
 
I'll ask the question differently, how do I add code into a field on a
record? When I select a field, it never lets me enter anything into the
event tab. How can I activate this event tab? Can I use maybe a combobox or
a listbox or anything on the report that will simply let me use the event tab
so I can enter code?
 
dogpigfish said:
I'll ask the question differently, how do I add code into a field on a
record? When I select a field, it never lets me enter anything into
the event tab. How can I activate this event tab? Can I use maybe a
combobox or a listbox or anything on the report that will simply let
me use the event tab so I can enter code?

Fields don't have events. Controls on forms do as do forms themselves. Are
you talking about a control on a form?
 
oh okay, i figured it out. I selected on the background behind the fields to
type in code. THanks again
 
Back
Top