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 Wanet Telecoms Ltd 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: esu4edp
  • Content: Threads
  • Order by date
  1. esu4edp

    Basic MS Access database with Visual Studio 2005

    Im trying to help my son with a school project his teacher assigned him so were both new and learning. The assignment is that he is an employee for a bank and his boss wants him to create an access database for a simple check register so other employees can enter the check information. It has...
  2. esu4edp

    Changing ip address of server and dhcp

    I'm stepping in for a guy who left, and im a bit new. My company wants me to change our internal ip address from a 192.168.10.X/24 scheme to a 192.168.90.X/24 scheme. My question is this. What all do i need to change. Do I change the scope on the server? Do I change the allowable addresses...
  3. esu4edp

    Picking out mismatched records statement

    I have two tables: Property and Propman They both have the following fields PropertyID - Example 786 DeptNo - Example 01 IncdNo - Example 897 YearOf - Example 07 I'm trying to compare the two tables to find any records the have the same deptno, incdno and yearof but have different property id...
  4. esu4edp

    Update query to a blank value

    I want to run an update query on a field that has a value of "C" right now. I can do the query but not sure what to put as the new value in enterprise manager. I dont want to put "null" cause that is not considered blank. Any suggestions!
  5. esu4edp

    Rollback questions and skipped number sequence

    Can someone please explain if an SQL database would have to rollback for some reason, does it roll back all the data or just some of the data in certain tables? Can it do both? I have a database and a certain table is missing entries. There is a field in the table called RECID that basically...
  6. esu4edp

    Crystal reports activex viewer flashes then quits

    I have a couple of computers that have the activex viewer installed to view reports. When started up thru an application written in clarion it starts up then flahes right off the screen and quits. I have uninstalled/reinstalled. Double checked the permissions in the registry but this happens...
  7. esu4edp

    Null value for date/time field as "Off"

    I have a report that has a time field. If that value is not filled in or left blank, I want that value to be displayed at "Off" on the report. I have tried several statements but they dont work: Nz([Arrive],"Off") SELECT IIF(IsNull([Arrive]), 'OFF, [Arrive]) =IIF([Arrive] Is...
  8. esu4edp

    Date help!

    I have a database that is basically a log book for recording flight hours. We enter the date like 01-jul-05 for example in the tables. I have a form that asks the user to enter the year to print out an annual report of flight times for that whole year, but I only want the user to enter for...
  9. esu4edp

    Self-paced newbie needs help with network!

    I have 2 computers. I is acting as the server with admin rights and all that. The other computer i can log on to the domain and everything. My problem is that on the server I have a shared folder for document. The server cant see the other computer and the workstation computer cant see the...
  10. esu4edp

    Greater than, equal too help!

    I have 3 fields in a table. Current Rate, Market Rate, and Renewal Rate. The current rent could be higher or lower than the Market rate. But I want to make the Renewal rate automatically calculate based on this formula. The Current rate cant go higher than 20 dollars, and it cant go over the...
  11. esu4edp

    Select & Update Query Or Sub Query

    Ok,here it goes. I have a form that a user inputs two date ranges on. Once entered it runs a query based on those two dates and returns records of expiration dates between the dates, and then generates a report. This is just a general report (list) with their name and address and the date...
  12. esu4edp

    Simple Math

    I've tried using expression, code and macro, but I'm doing something wrong. I have a form that you enter payments on. Customer has a starting balance. Customer makes a payment. I want to subtract the payment amount from the starting balance to come up with a current balance. And each time...
  13. esu4edp

    Excel if function question

    Im having problem with the IF function to return a value or 1 or 0. If a certain cell has a value no matter what the value I want it to be "1" if that cell has nothing typed in it I want the value to be "0". I tried several things but nothing works or I get an error...
  14. esu4edp

    Duplicate Data in Report

    I have a database for college basketball. I have a conference table, then a table for the teams within that conference, and then the schedule for each team. When I set up the report to show all the games broke down by day, it shows the two teams playing each other twice. How can i stop this?
  15. esu4edp

    Command Button to Open Form Problem!

    I know this is probably easy to answer, but I've having a problem with this code. I have a command button. I want it to open a form called Cruiser. What am I doing wrong??? Private Sub Command1_Click() On Error GoTo Err_Command1_Click Dim stDocName As String Dim stLinkCriteria As...
  16. esu4edp

    Multiple view in form

    Ok, this is what I want to happen. On a form, in single form view, I want to be able for the user to type in their information and when they are done, hit a button that will add/update the records. After that I want the records to be displayed in datasheet view on the same form. I know this...
  17. esu4edp

    Multiple records on report

    I have a report that will print out info from a query. That query is based on 4 tables that are linked together. Basically, I have a table with name and address and so-on. The next table that is linked to it is for property accociated with that person. So their is one person, but that person...
  18. esu4edp

    Auto-Fill records (Shipping and Billing is the same)

    I want to autofill several records if the information is the same. For example: I have serveral fields from a table such as name, address, city and so on. I want the user to click a check-mark box if the billing address information is the same as the shipping information and have the shipping...
  19. esu4edp

    Form based on query problems

    I want to have a main form with several sub forms based on a query. The only problem I have is the query is based on several linked tables and the query has lots of fields from these table. When I try to design the form, I open up the field list and it says too many fields defined, I guess you...
  20. esu4edp

    Custom Search!

    I have a form with one text box on it. I would like the user to enter a social. If there are any matching socials from tbl suspects, I want it to display the information from that table, if not I just want it to display "No Records Found" I tried using the after update event...

Part and Inventory Search

Back
Top