G
Guest
hi to all of you. I'm kind of new in programming and I have a question that I
posted in another group but they didn't answer me what I need.
let me explain what I have and what I need.
I have a database with computer repair requests. it has several forms where
now I'm adding records manually.
I have several tables. the most important are:
* employees: with id_employee, name, etc
* CRR (computer repair request): id, computer number, category, urgency, etc
* Urgency: id, description (high, low, average)
* category: id, description (CPU, monnitor, internet, etc)
* equipment: computer_id, id_employee (who has that computer) serial number,
etc.
I have more tables, but it makes no sense to put them all here.
I have then, a word document where people fill out their computer repair
requests. this word doc has "gray spaces". in some of them people just put in
some info and others they have a drop down menu to select from (ex:
urgency:........, and they have a drop down menu and they can select if it's
high, low or average).
- I have a form to add employees (Employees form) and to search for them
with all employee's info
- another form is to add computers (Equipment form). When we buy computers
we inventory them and we add them here.
- my last form is the computer Repair request form (CRR) where I have the
CRRs for all the equipment. If I'm in the computer # 3 for ex, I can press a
button and it takes me to all the CRR that computer has. and I go to the
employee that has that computer assigned too.
what I'm trying to do is to import the word fields in my database.
I'm now doing it manually, and I know I can save the word doc as text file
and I can import the data from there, but then, it brings me the info in the
grays areas in a new table. but I need them to be in my CRR form and like in
the word doc, it says the name for the employee and I need to insert in my
database the id_employee. the same with the urgency. I can get the "high" but
then I have to change that "high" to the number 1 that is the id for high...
am I explaining myself?? hhahaa
ok, so I need something (macro, query, don't know what) so I can press a
button and it imports the fields from the word doc into my database...can
anyone understand what I need??
I would be very greatful as I'm very new with this!
thank you a lot in advance for your help and sorry if I posted this question
in another group but I couldn't get the answer and I thought that this group
could help me better.
thank you again.
posted in another group but they didn't answer me what I need.
let me explain what I have and what I need.
I have a database with computer repair requests. it has several forms where
now I'm adding records manually.
I have several tables. the most important are:
* employees: with id_employee, name, etc
* CRR (computer repair request): id, computer number, category, urgency, etc
* Urgency: id, description (high, low, average)
* category: id, description (CPU, monnitor, internet, etc)
* equipment: computer_id, id_employee (who has that computer) serial number,
etc.
I have more tables, but it makes no sense to put them all here.
I have then, a word document where people fill out their computer repair
requests. this word doc has "gray spaces". in some of them people just put in
some info and others they have a drop down menu to select from (ex:
urgency:........, and they have a drop down menu and they can select if it's
high, low or average).
- I have a form to add employees (Employees form) and to search for them
with all employee's info
- another form is to add computers (Equipment form). When we buy computers
we inventory them and we add them here.
- my last form is the computer Repair request form (CRR) where I have the
CRRs for all the equipment. If I'm in the computer # 3 for ex, I can press a
button and it takes me to all the CRR that computer has. and I go to the
employee that has that computer assigned too.
what I'm trying to do is to import the word fields in my database.
I'm now doing it manually, and I know I can save the word doc as text file
and I can import the data from there, but then, it brings me the info in the
grays areas in a new table. but I need them to be in my CRR form and like in
the word doc, it says the name for the employee and I need to insert in my
database the id_employee. the same with the urgency. I can get the "high" but
then I have to change that "high" to the number 1 that is the id for high...
am I explaining myself?? hhahaa
ok, so I need something (macro, query, don't know what) so I can press a
button and it imports the fields from the word doc into my database...can
anyone understand what I need??
I would be very greatful as I'm very new with this!
thank you a lot in advance for your help and sorry if I posted this question
in another group but I couldn't get the answer and I thought that this group
could help me better.
thank you again.