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: *

  1. tinmar

    Binding username to query if password is true

    Sorry guys, let me be a bit more specific in the stuff i have since I'm a real noobie with Access. So i have a login form with the below Private Sub Command4_Click() Username.SetFocus If Username = "00897" And Password = "next" Then MsgBox "Username & Password Validated" DoCmd.Close...
  2. tinmar

    Binding username to query if password is true

    Hi People, I have created a username/password form, i want to know for instance if the password is correct, how do i make the username bind to a parameter in a query? so the username = "mark" and password = "abc", how do i make it so that in the query, the username will then only query the...
  3. tinmar

    How to stop the cursor auto populating the 1st textbox in an MS access form

    Hi, does anybody know what i need to do or what VBA i can do to stop when i open up a form in access , it is autopopulated by the cursor? I have already locked them down but obviously this is not going to help Please help
  4. tinmar

    Ranking in query

    I have tried to read and 'understand' other posts on the same question, but ... way over my head. I have a query which from some tables pulls revenue and then i have added the 'descending' in the sort, however what i want to know is how to add another field which provides the ranking within...
  5. tinmar

    Using a Username as the parameter to query

    Hmmm, thanks for the above, but do any of you have any samples or sites i can look up , so that if the username and password are correct, then bind the user name to query in the form that will open if the username and password are correct. thanks
  6. tinmar

    Using a Username as the parameter to query

    Hi, I have created a basic login form (below) with the person needing to enter a username and password So when the user enters the correct username and password, i need to know what i can do to make a [parameter] in one of the querys' to use the username that was entered Private Sub...
  7. tinmar

    Transaction log Size Blowout

    Hi, Recently with sql 2008 I went through some pain with transaction logs files exploding in size. There's many blogs out there on this subject but what was affecting us was something new (Change data capture) and is not widely documented. So first the basics: You should generally have...
  8. tinmar

    Add records for each month in QUERY

    Hi , I don't usually use MS Access, but just need some simple guidance. I have 2 tables, 1 with a field of say total volume, and another table which has a field with the total cost, all I want to do is to find out the cost for a day. they both have the date field in them, so I joined them at...
  9. tinmar

    Trying to related a combo box info to a table.

    I'm trying to work out the following. - Have a table with - Name - contract expiry date I have then in a form added the above, what I want to also do is to add 2 combo boxes which are related e.g first box says " customer wants to update contract ( Yes or NO ), then if 'yes' the 2nd...
  10. tinmar

    Relational Combo boxes

    Tried that, still blank....... but yes your were right I did have columncount as 2 my table has the 3 fields; ID (PK), Country and city
  11. tinmar

    Relational Combo boxes

    OOps, yeah me bad.... - using 1 table , fields are ( country ) & ( city ) - 2 combo boxes, cbocountry and cbocity - in cbocountry, used SELECT DISTINCT tblAll.Country FROM tblAll ORDER BY tblAll.Country; in the row source.... In cbocountry 'afterevent' the following was put in...
  12. tinmar

    Relational Combo boxes

    Thanks for the sites, however, even when I follow the above code for the examples, combo 2 box does not show any lists based on selection of box 1........
  13. tinmar

    Relational Combo boxes

    I've been trying to figure out how to have 2 combo boxes on a form, but have the 2nd combo box only have certain drop down selections based on what was chosed in combo box 1. e.g If I have a table(table1) and have one field called Department and another called Name, If a certain deparmtent is...
  14. tinmar

    MS Access Runtime

    I believe that installing MS Access Runtime enables multiple users who have not got a MS Access License to still use Forms... However , does anyone know what steps need to be followed to get this to work? Thanks
  15. tinmar

    Multiple Users on the 1 license

    What if I only want them to use a form?
  16. tinmar

    Multiple Users on the 1 license

    Hi People, Still quite new to MS Access, but is it possible to have multiple users use a form with the 1 MS Access License? I want maybe up to 8 people to be able to use a form at the same time and have the DB update the data Thanks
  17. tinmar

    removing a record after a combo choice is made

    I have a table which as customer details eg. Name, contact information etc. There is also a combo box which contains ( still interested, no longer interested) I then have a form which has this combo box, the 'no longer interested is chosen, how do I make it so that this record will no longer...
  18. tinmar

    Only want the multi users to see the Form and nothing else

    Hi, I hardly use MS Access, but is there anyway to build a Form for multi users to use, but have them only see the form and not any part of MS Access? Also just a real beginners Access question, if I want multiple users on an Access form, do I need to purchase more MS Access licenses for each...
  19. tinmar

    Saving a file via scheduler to a folder outside of Cognos 8

    Hi, I'm new to Cognos 8 and have been a past user of cognos 7. The problem I'm having in 8 is being able to schedule the report to save to a directory eg in C:, it only seems to allow me to save into a directory folder within cognos. Can someone help me on this.
  20. tinmar

    inserting .txt data into the filter

    Can someone help on this ... currently using Impromptu and have had my access to the SQL are taken away from the dept, so the only way to create reports is to just drag and drop the tables. However, I need to search for some data and I'm using this in the filter. MSISDN in ( '0423345645') ...

Part and Inventory Search

Back
Top