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: mayday999
  • Order by date
  1. mayday999

    Fields and labels for null values

    Hi Remou, This brings me to a couple more questions: I have alot of fields in this report, about 50, does the line of code need to be inserted for each of the 50 fields? and I want the label gone as well Next, I am sorry, but neglected to mention, will the fields move upusing this code or...
  2. mayday999

    Fields and labels for null values

    Hi all, I am putting together a report, is there an easy way to eliminate the field and the label if there is no entry for the field (ie null or empty string) Any help is greatly appreciated! TIA D
  3. mayday999

    Can Grow

    Hi all, I have a report I have developed, I have label and field butting up against each other with the border solid on both forming a datasheet look. The problem is that when there is a large amount of data in a field, it expands, while the label does not. Is there any way that the label can...
  4. mayday999

    Check for existing record

    PHV, Not sure how this would work, I am kind of a novice. Thanks, mayday
  5. mayday999

    Check for existing record

    Hi all, I have a form with two comboboxes which upon clicking a save button writes these two values to a table. Does any one have code to check to see if the combination of the two values already exists in the table I am writing to so I won't get duplicates of the same combination. Any help is...
  6. mayday999

    SQL in code

    Hi all, Thanks for all the great suggestions, I must have been missing a space, because I redid the whole thing from scratch and went by all the spacing conventions that were mentioned and it is now working fine. Thanks again everyone, mayday
  7. mayday999

    SQL in code

    Hi PHV I put the spaces in and I'm getting the same message "expected end of statement for each line. Thanks for the help, is there anything else you can think of? TIA Mayday
  8. mayday999

    SQL in code

    Hi all, I have this SQL statement defined in a piece of code, I'm not used to doing this.... : ) i keep getting expected end of statement errors, can anyone tell me what I'm doing wrong? SQL = "INSERT INTO TblScore ( AssessmentID, ParmsID, SiteID )" & "SELECT Assessment.AssessmentID...
  9. mayday999

    Writing from form to a table

    Just got back to this, you are both right, I was missing an "S" at the end of the table name. That drove me crazy! Thank you both for your responses!
  10. mayday999

    Writing from form to a table

    Hi all, I have a form that has two unbound list boxes, I then have a command button which is supposed to write a record two a table when clicked. The table has three fields, a Primary key (autonumber) Then two foreign key fields, which the two list box values should populate. I have the...
  11. mayday999

    Show Database window

    Thank you, much appreciated!
  12. mayday999

    Show Database window

    Hi Remou All the menu options, Tools etc... are disabled, anything else you can think of would be greeatly appreciated. Thanks, Mayday
  13. mayday999

    Show Database window

    Hi all, I have an access database that was created before I got here and the person who put it together is long gone. When opening the App, you immediatly get an input screen, and you can see part of the database window behind it. However I can not get to it to look at tables, forms etc.. also...
  14. mayday999

    Open form criteria

    Thanks PHV, Went a little crazy with the brackets and quotes...lol
  15. mayday999

    Open form criteria

    Hi all, I have code to open a form and I am trying to pass two criteria to open the form. I keep getting syntax errors. here is my link criteria: stLinkCriteria = [("[Site_ID]=" & Me![Site_ID]) And ("[AssessmentID]=" & Me![List38])] Can anyone help with this? TIA D
  16. mayday999

    Continuous forms

    Tried puting the form into single form view and the same thing happens, I really can't bind the field for my purposes
  17. mayday999

    Continuous forms

    Hi All, I'm baffled (as usual). I have a form, based on a query. The query contains a field that is a question, and parameters for an answer... ie. Did you like the show (field 1) Rate from 1 to 4 (field 2). I have my form set up in continuous form view. Also on the form is an unbound text box...

Part and Inventory Search

Back
Top