Search results

  1. A

    Calling information from a Web Page

    so there is now way of calling up a web page, downloading the code from the page, and then referenceing it to the database? so u would put the code in a temp table or something?
  2. A

    Calling information from a Web Page

    Gday, This may sound like a strange request but it would be sensational if it could be done. What i want to do is pull information from a web page and put it into the appropriate fields in my database. The web page is java based and defines all the variables that i need to get info from...
  3. A

    populating a listbox from a combo box selection

    i mean fields. in the query i hvae six fields. in the listbox i have the column count set to six. with the crietria out, the columns are filled. when the criteria is in, onlyy the column with the criteria on it is filled.
  4. A

    populating a listbox from a combo box selection

    sorry for the late response. what i have done is created a query for the listbox, and that works. Except with the criteria underneath the Primary Key field of the table, the rest of the fields dont show up in the listbox. when i take the criteria out, they showup again. any ideas?
  5. A

    populating a listbox from a combo box selection

    Thanks for that but i cant get it to work. I know there was another way to do this but i still cannot remember. iT was putting something in the listbox to link it to the combo. Any other ideas? this is what i have put in. Me.Symptom.RowSource = "Select SrchID " & _...
  6. A

    populating a listbox from a combo box selection

    gday, i have completely forgotten how to do this but what i need to do is select something from a combo box, and then have all the related fields be displayed in the list box. i just cannot remember for the life of me. any help would be appreciated cheers
  7. A

    Subform problem?

    Gday, Does anyone know of a way to have a subform pop up only on the press of a button? but still be linked to the original form? so when ur scrolling through your records on the top form, the subform also changes respectively? Ta
  8. A

    Append/Update Query

    Gday, I have a little problem im hoping someone can help with. I want to append a figure from a query, to a table that already exists. I need The number from the query to put itself in a column of the same name (actual cost) in a table called tasks, but to be relevant to a jobNo and a Task...
  9. A

    Grouping Records In A query?

    Gday, I have a query in which it has information from a table that has been entered from a timesheet. I have 3 expressions in it, which tell me the cost of hours, chemical and plant. However, this calculation is done on each line, or each entry from the timesheet. I want to group all the tasks...
  10. A

    Putting Report Results IN A Form

    there is 3 that are calculating things off the tables. these are expressions not sums but same thing yeah? but each of these is attached to an entry (by a taskID). so i dont want each time a taskID is entered to show up, but the totals for each task and everything under that.?
  11. A

    Putting Report Results IN A Form

    ive just tried that but which should i change to a sum to get it to do what i want?
  12. A

    Putting Report Results IN A Form

    ok ive done what pat suggested in the first reply by creating some tables and appending to them. this works ok, however the query shows every entry from the timesheets, so each time a task is worked on it shows it, what i want though is a sum of all the hours etc under one task, not every time...
  13. A

    Putting Report Results IN A Form

    i dont suppose you could give me a bit of example code for this? im having trouble finding any?
  14. A

    Putting Report Results IN A Form

    ok, thanks for this by the way. i have tried this before, open report report!control.name = forms!control!name close report this gives a random line from the report over to the form. anyway of getting them all across using this method? like a loop or somethin?
  15. A

    Putting Report Results IN A Form

    ok i will try that, but is there a way of moving the info fro a report to a form?
  16. A

    Putting Report Results IN A Form

    HELP! I have been stuck on this one for a couple of weeks now guys, can anyone help with some ideas? I create an invoice report from some specs which i select on a form. This generates the invoice report once. However i want to be able to edit the data and save the data on this invoice. So...
  17. A

    OutputTo Cmd?

    Gday Guys, I have a question regarding the OutputTo Cmd? THis is what i have DoCmd.OutputTo acOutputReport, "rptInvoice", acFormatRTF, "\\Bbcg1-jacqui\f\Personal\Data Tracking\Invoices\" & Inv & ".rtf" Where Inv has been set as a path to a form Now how do i get another directory under...
  18. A

    Accessing Word Files within a form?

    Gday i have a series of *.rtf files in the dir c:\invoice on my comp is there a control i can use on a form to view these files in access and then double click to open or preview? Ta
  19. A

    help? saving reports?

    Gday guys, I have a problem with an idea i have. I create an invoice from a form, which allows me to select the job and task, and then this runs a query wqith this information and spits out the costs needed on my report(with a few calculations on the report). what i need to be able to do is...
  20. A

    Im very sorry for doing this but could someone take a look in Reports? at my post?

    Sorry to do this i know im not supposed to but i need help with this prob. i have to have it done by lunch time today and i can figure it out. sorry
Back
Top Bottom