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

    Force new record in subform

    I have a form which creates a record in table A. The form has a subform which has several text boxes. The two forms are linked via [FieldB]. When the user creates a new record with the form and enters data in the the subform, a record is created in table C. The new record includes the value of...
  2. gemoon

    Ranking items by date

    I am trying to produce the following format which can then be exported into a graphing program: ----Date1------ ---Date2------- Rank Type Total Type Total My starting point is qryTotals: qryTotal Date Total Type Date1 2 x Date1 6 y Date1 3 z Date2 20 x Date2 5 y Date1 10 z I'm...
  3. gemoon

    testing server IIS or Apache?

    One of my clients has recently changed to their hosting from win 2000 to an apache server. Their site will now be using php and mysql. I currently have IIS installed and runing as a local testing server. I was using this to test asp with ms access. I am trying to decide how to proceed on...
  4. gemoon

    Report layout question - hide duplicates?

    This is the first report I have ever created, so please bear with me if the answer to this question is obviously. I have a report that displays a fairly complex dataset. Im having trouble setting up the report to display the data correctly. A portion of the report contains date, location, item...
  5. gemoon

    Averaging by year

    This seems like an easy problem, but for the life of me I can’t get the solution. I’m trying to write a query that averages values by year. I think I’m on the right track by using the DatePart function, but I keep getting a compile error message. I have two tables with 2 & 3 fields respectively...
  6. gemoon

    Word macro that scales and object by a percentage

    Im trying to write a macro for workd that among other things will scale an object's height and width to 70%. I have pasted my code below. I used the macro recorder to get a starting point. Selection.InlineShapes(1).Fill.Visible = msoFalse Selection.InlineShapes(1).Fill.Solid...
  7. gemoon

    popup for thumbnails from querystring

    i am very new to asp, so forgive me if the answer to this question is obvious. i have an asp page that queries an access database. the page has thumbnail images. i want the user to be able to click the thumbnails on the page and have a popup of a larger image appear. not all thumbnails have...
  8. gemoon

    query problems

    I am new to asp so please forgive me if the solution to this problem is obvious. I have two asp pages, index.asp and detail.asp. index.asp queries an access database then writes text with a link to the second page. When the link is followed an id # is passed to the second page. detail.asp then...
  9. gemoon

    Hiding subforms for new records

    Im having trouble hiding forms. I have some two linked subforms. The two subforms, sfrmDate and sfrmCoreSize have one field each, Date and CoreSize, respectively. When a new record is added sfrmDate, I want to hide sfrmCoreSize until a date is entered. I want to do this to prevent someone from...
  10. gemoon

    finding missing records using where not exists

    im trying to write a query that returns missing records. im sure this is probably a simple task, but with my minimal understanding of queries i havent been able to come up with a solution. i have three tables. tblA: aID, a tblB: aID, cID tblC: c, cID tblA and tblC are 1:many in relationship to...
  11. gemoon

    Show present and missing records in subform - where not exists?

    I have a subform that displays species and count for a specific Depth. I am trying to get a subform to display all species with counts that are either present or missing. I want to do this so counts can be entered for each species when a new record is added for depth. It seems to me that this...
  12. gemoon

    Using a subform to select records in another - linking problem?

    I am trying create a from with the design suggested by willir in thread702-894117. I have two subforms. one displays a list of dates. the second displays information for a specific date. sfrmDate has several nested subforms. sfrmDateList sfrmDate +----------+...
  13. gemoon

    Number of tabs based on number of records.

    Im not sure if what I am trying to do can be done? I am trying to create a form to ease data entry. I have a database that has information organized by date. In the database there is information for each date. One bit of information is an item with its associated data. Depending upon the date...
  14. gemoon

    Add zeros where there is unmatched record

    I am trying to replace unmatched/missing records in a table with zero values, but I not sure how to do it. Im sure I need to make an append query, but Im not sure where to start. I have three tables A(date), B(count), C(item list). The tables have the following fields A: DateID, Date B...
  15. gemoon

    Form based on 1:many => 1:1 relationships

    I have a spreadsheet that has several blocks of text. I am building a database to store data from many spreadsheets. here is the basic layout spreadsheet b1 has the following some general info and two blocks of text: a1 b1 c1 d1 a2 b2 c2 d2 a3 b3 c3 d3 w1 x1 y1 z1 w2 x2 y2 z2 w3 x3 y3 z3 i...
  16. gemoon

    Google site search a specific directory

    Hi, I would like to add search capability to my website. I was hoping to do this with google site search. http://www.google.com/searchcode.html The url to my site is http://mydomain.com/subfolder/ However from what I can tell, the google site search will only allow search of the domanin name...
  17. gemoon

    Exit Sub between Calls to prevent subscript error

    Ive written a macro to run from excel. This macro processes data from comma delemited text files. The macro is comprised of 3 subroutines. The first prompts the user to select a file name and opens the file, the second does some data manipulation and the third prompts the user and does a file...
  18. gemoon

    Looping copy paste question

    Im trying to make a macro that will reorganize data from a a comma delimited text file. Ive set up the macro to import the file into excel. Then I get a worksheet with many similarly shaped blocks of data. Ive set up the macro to grab the data I want out of the top block and place it in a...
  19. gemoon

    Wireless can't share files, but wire can

    I just set up a wireless network in my home. I have a linksys wireless b router. I have two computers on the network. 1 desktop w/ win 2000 pro, 1 laptop w/ win xp pro. The desktop connects via a cable. The laptop can connect via cable or internal wireless card. If I connect the laptop via a...
  20. gemoon

    Retrieve specific value from access

    In excel i have a column A cell 1 B cell 2 C cell 3 D cell 4 E cell 5 F cell 6 G cell 7 In Access A 1 B 2 C 3 D 4 E 5 F 6 G 7 . . . . . . I would like to populate cell 1, cell 2, ... with values 1,2,3... from the access database. I would like the criteria for the query in...

Part and Inventory Search

Back
Top