G
Guest
I am not new to access but am new to some of the more detailed programming. I
have a couple of minor things than need to be solved and unfortunately I am
on my own with no one to ask. So, having said that, I have a several
"troublesome" items.
1) I built a 'queue' for my end users to select "unfinished" items by
clicking a hyperlink which will pull the item number through to the main form
on formload but I need to run the cmdSearch and I don't quite know how to
program that. The item number lands exactly where I need to but I need to
pull in data from another table and populate several fields. How do I run the
command?
2) I need to calc an age based on two fields. If the DateCompleted field is
null, the I need to calc the date using Date()-DateReceived otherwise if the
DateCompleted field is not null, then calc the age
DateCompleted-DateReceived. I have looked in the ACCESS2003 bible and many
discussion forums and i can't quite get there. It continues to return an
"error" #NAME
Thanks in advance for everyone's help!!!!!
have a couple of minor things than need to be solved and unfortunately I am
on my own with no one to ask. So, having said that, I have a several
"troublesome" items.
1) I built a 'queue' for my end users to select "unfinished" items by
clicking a hyperlink which will pull the item number through to the main form
on formload but I need to run the cmdSearch and I don't quite know how to
program that. The item number lands exactly where I need to but I need to
pull in data from another table and populate several fields. How do I run the
command?
2) I need to calc an age based on two fields. If the DateCompleted field is
null, the I need to calc the date using Date()-DateReceived otherwise if the
DateCompleted field is not null, then calc the age
DateCompleted-DateReceived. I have looked in the ACCESS2003 bible and many
discussion forums and i can't quite get there. It continues to return an
"error" #NAME
Thanks in advance for everyone's help!!!!!