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 bkrike 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: 1angryadmin
  • Content: Threads
  • Order by date
  1. 1angryadmin

    250gb drive...partition limits?

    i just installed a 250gb into the server onto an IDE card which enables large drive support. When i goto to disk management and add the disk and format it. It does not appear in windows explorer. Is there a partition size limit or am i missing something stupid?
  2. 1angryadmin

    forward email to external domain address

    i have a user who is a consulant. We setup an email address for him on our exchange server but he would like that mail forwarded to his personal email address. please help he won't stop calling....
  3. 1angryadmin

    Passing VAR between forms

    I have a form where the user selects a company name from a drop down list. I would like to have the user click a button then opening another form with the information about the user's selected company prepopulted. How do i read the selection into a VAR and then pass the VAR to the next form?
  4. 1angryadmin

    declaring global variable

    ok here is (i hope) an easy one. how do a make a variable a global variable? on your marks...get set....
  5. 1angryadmin

    Passing Vars between reports

    OK i have these 2 forms one leads to the other. the only problem is form number 2 needs some info from form number one. this is the code from form 2 where it expects info from form 1 =[Forms]![frmLeadProjectInfoAdd]![ProjectID] form2 is named frmLeadcontactadd form1 is named...
  6. 1angryadmin

    Change the Report Data Source

    how do i change the query that a report uses? i hope this is an easy one hehe...
  7. 1angryadmin

    create report from a drop down selection

    I have been asked to create a report that spits out all the sales contacts from a given state. They would like an easy form where they use a drop down to select the state they want the contacts from and then just a print button. 2 tables involved: tblcustomer tblcontact common field bewteen...
  8. 1angryadmin

    Create form or report by state

    I would like to create a form that produces a report based on 1 criteria --- the state. When I say state I am referring to one of the 50 states in America. the reports should be based on info from 2 tables : tblcustomer and tblcontact the table tblcontact has a field named states which holds...
  9. 1angryadmin

    Change query for report

    I have a report that of course has a query that runs that creates the recordset for the report. I would like to change this to a different query without recreating the entire report. Is there some simple method of associating this report with a different query? Please help it is hurting my...
  10. 1angryadmin

    Form with required fields

    Hello All, I recently inherited an access database which has forms with required fields. The users requested i do not require 3 of the fields which are currently required, because they are lazy. I am much better with asp then i am with access. Please help...(this should be easy right?)
  11. 1angryadmin

    query that SUMS 2 rows in 2 tables

    i have 2 tables: table A and table B A has a one to many relationship with B I would like to take a row from A and all of the Rows that are related in B and add them.
  12. 1angryadmin

    Generate and Email a report every week

    I have a report that i generate via ASP off of an access database for a person in our data processing department every week. I save it to my hard drive then attach it to an email sending it to him and cc'ing his boss. can i automate this process? (programmmmmmmmatically) :-)
  13. 1angryadmin

    Deleting a table with a form

    i have a certain table i would like my users to be able to delete any ideas on how i could enable them to do this in a form?
  14. 1angryadmin

    Update one database with data from another

    I have 2 databases: database A and database B both have a table which is identical call it Table 1 I want to update table 1 in database B with the data from table 1 in Database A what is the easiest wat to accomplish this? I love databases...
  15. 1angryadmin

    schedule a query to run every night

    ok i have a database. i have a query written which i would like to run every night at a certain time. can anyone shed light on the best way to accomplish this? Please end my suffering...
  16. 1angryadmin

    Update Table from another Table

    I have a database which I am responsible for updating I have data in Table A that i need to "push" into table B please help
  17. 1angryadmin

    Updating a table from another table

    I have a database that i inherited from 3 previous admins and to make a long story short.... I need the data from one coloumn in table A to update the data in a certain column in table B I would like to use ASP/SQL not access unless its just so much easier in access... Please it is killing...

Part and Inventory Search

Back
Top