Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: kelfuego
  • Order by date
  1. kelfuego

    Get Avg from a field in a secondary table

    Actually I have the form recordset being controlled by a list box. (the variety value doesn't change) When the user clicks on an item the fields are pulled based on that selection. This like I said is in a click event, not an update event. at here is the code: Private Sub list0_Click()...
  2. kelfuego

    Get Avg from a field in a secondary table

    Ok, to continue my grief on this subject--- I'm now getting a Run-time error '2115' error (the macro or function set to the beforeupdate or validationRule property for this field is preventing Access from savin the data to the field." Here's my code. Private Sub average() Dim varValue As...
  3. kelfuego

    Get Avg from a field in a secondary table

    Thanks again Kelly Johnson MCP Central City Concern
  4. kelfuego

    Get Avg from a field in a secondary table

    One other question, using this method I get an error message on records that do not have sales info --ie ltotal is null. how would I handle this problem using this function? Kelly Johnson MCP Central City Concern
  5. kelfuego

    Get Avg from a field in a secondary table

    Thank you so much for your help Kelly Johnson MCP Central City Concern
  6. kelfuego

    Get Avg from a field in a secondary table

    Whoops unfortunately I'm getting a run time error invalid use of a null. just a fyi In my table: My variety field is a text field My grade field is a integer my salesprice is a currency field Kelly Johnson MCP Central City Concern
  7. kelfuego

    Get Avg from a field in a secondary table

    Ok that helps a bit, but I'm still struggling with it. I created a test item to see if I could make it work here is what I have. Dim LTotal As Currency LTotal = DAvg("[salesprice]", "sold", "[variety]" = "bg-765" And "[grade]" = "64") test.Text = LTotal I plan to replace the variety...
  8. kelfuego

    Get Avg from a field in a secondary table

    Hello all, Hopefully someone might have an idea of how to help me. I have a form that track rare coins. The main form is used to track the number of coins graded at specific values (for a specific instance of one coin). I have a form that has been bound to the main table. the user chooses...
  9. kelfuego

    Using Listbox to filter form.

    Thank you for your help. Kelly Johnson MCP Central City Concern
  10. kelfuego

    Using Listbox to filter form.

    I right I'm in need of a bit of help. I am pretty weak with my vba skills and I'm hoping someone can spell out how to accomplish the task I wish to accomplish. Here's the scenario: I have an Access 2002 db table = tblcustomers CustomerNO field = primary key Lname = field I wish to populate...
  11. kelfuego

    Backup Group Policies

    Thank you both for the information you've shared with me. I didn't think to look in the sysvol folder---man I hate it when I miss the obvious. Mark, over the course of my career I have run into many many people who have been opposed to change and in a way I believe this to be human nature...
  12. kelfuego

    Backup Group Policies

    Mark, 1. It is another DC, but not on the same domain. I have a staff domain and a client domain that are kept completely separate. So no replication is not a possibility. 2. I do mean the GPMC (which I would love to use, but my boss does not want it loaded) So what I'm looking for is an...
  13. kelfuego

    Lockdown Client

    Your second option appears to be more beneficial because of the error message that will be displayed. I could use the first, but if one of my associates is onsite and doesn't know or remember to expect to be logged off should something occur with the server it could cause confusion. Anyway...
  14. kelfuego

    Storage situation

    how about creating a general user account (assuming your not giving general folder access to the domain user group) and then giving security and share rights to that folder only. Kelly Johnson MCP Central City Concern
  15. kelfuego

    Backup Group Policies

    So I am interested in backing up a group policy so that I can apply it to another server. Is it possible to do this without downloading and installing the group policy add-in from Microsoft? Kelly Johnson MCP Central City Concern
  16. kelfuego

    Lockdown Client

    Thank you for your help---both of these are good solutions to the problem. Kelly Johnson MCP Central City Concern
  17. kelfuego

    Lockdown Client

    I have a network that has been established for the use of our customers. I have locked the workstations down using a group policy and a mandatory profile which has been working pretty well up until recently. Apparently some of our more resourceful clients have figured out that if they pull the...
  18. kelfuego

    Printing to Windows Domain Printer

    In my frustration I went back and tried to setup my printer again using smb and apparently the two or three other times I tried it I must have used the wrong password. Anyway I now have it up and running. I did however try the http://ipaddress:631/ipp/ address as you have suggested but still...
  19. kelfuego

    Printing to Windows Domain Printer

    Thank you for your help anyway. Kelly Johnson MCP Central City Concern
  20. kelfuego

    Printing to Windows Domain Printer

    To my knowledge I didn't give it a queue name. I used the System/Administration/Printing and followed the prompts. Selected the printer type which is Network Printer (cups (ipp)) entered the urI: 192.168.1.250 <click forward> Selected the Manufaturer (HP) Selected the Model (Laserjet 4 plus)...

Part and Inventory Search

Back
Top