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. CharlotteR

    query question

    There are loads of companies, and in turn, each company may own many domains. How do i create a query that will produce the domains of a single company, rather than all the companies and all of their domains? there is hundereds of companies, so obviously i dont want to write a query for each...
  2. CharlotteR

    pop-up calendars

    i can insert the calendar onto the form, but how do i get the date to appear in a box? for example, Registration Date: i want the user to be able to select a date from a calendar, and then that date will set in the Registraion Date box. ta CharlotteR
  3. CharlotteR

    pop-up calendars

    is it possible to set a date by having a caledar popping up / inserted to the form? thanks CharlotteR
  4. CharlotteR

    Type mismatch in expression

    i want a query to produce all the different passwords throughout the database - FTP Username & Password, Email sername & Password, Dial In Username & Password. ive made sure they are all Text, but its still yelling at me! grrrr! CharlotteR
  5. CharlotteR

    Type mismatch in expression

    i keep getting the message "Type mismatch in expression" whenever i create a query, either through the wizard or manually. its on a simple select query. any ideas? CharlotteR
  6. CharlotteR

    Random Password generator

    (1) preferably a mix of characters and numbers. either set it as 2 numbers, 2 small case, 2 higher case, or whatever really ... (2) ok - will try and explain this more! a FTP Username is entered in the Domains form. what i want is for that username (whatever has been entered by the user) to...
  7. CharlotteR

    Random Password generator

    is it possible to create a randow password generator into a form in Access? also, is there a way of: entering a Username in one form, and that being the automatic default for a different username in another form? thanks, CharlotteR
  8. CharlotteR

    simple questions on forms ...

    thanks to u all that helped. i have now found this on advisor.com: Listing 1: Open and shut case -- The main form closes itself as it opens the second form while the second form opens the main form as it's unloaded. 'In the main (switchboard) form: Private Sub cmdOpen1_Click() DoCmd.Close...
  9. CharlotteR

    simple questions on forms ...

    thank u!! it works wonderfully! just trying to find a solution to the second prob now! cheers
  10. CharlotteR

    simple questions on forms ...

    thanks - that makes sense, but i diodnt create the database, so have no idea how to get into the SQL part of it. or do i just need to go into the VB part of it? this is the vb code i have for that button at the moment (created by the wizard): Private Sub Command30_Click() On Error GoTo...
  11. CharlotteR

    simple questions on forms ...

    (1) i want to create a button that will open to things at once - two different reports. can anyone tell me how to do this? i couldnt find it in the wizard, but maybe im being thick .. (2) when the user clicks a button on a form to open another form, i want the original form to close. then when...
  12. CharlotteR

    error - can't create a child list for field ???

    ive created a basic form, which loads data from a Customers Table from an Access Database. this works great. when i add buttons such as First, Last, Prev & Next, it all goes a bit mad, with the following message appearing: An unhandled exception of type 'System.ArgumentException' occurred in...
  13. CharlotteR

    General question on updating databases

    i am creating a vb.net project that accesses a database from MS Access. once i have finished it, will it be possible to then add/remove/manipulate the database from within the VB project? i want to be able to do more than just view the database through visual basic, and its not feasible to...
  14. CharlotteR

    connecting to Access Database trouble

    I have worked my way through a Microsoft book on connecting to an Access database. I have connected to the database, created a Data Adapter and a DataSet, all correctly. However, when i Run the program, the InitializeComponent() causes a problem. The message says "An unhandled exception of...
  15. CharlotteR

    declaring display.caption for a msg box

    im attempting to create small program with a message box appearing but am having trouble with the display.caption bit: Private Sub Test_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Test.Click Dim testmsg As Integer Dim Display As testmsg =...
  16. CharlotteR

    Declaring display for Message Boxes

    Im just learning how to use VB and though im using VB.Net i only have examples from VB ver.6 Anyway - im attempting to create small program with a message box appearing but am having trouble with the display.caption bit: Private Sub Test_Click(ByVal sender As System.Object, ByVal e As...
  17. CharlotteR

    Linking data and appearing information

    Can I create a form in Access so that when data is entered, it will automatically bring up further information? For example, the Customer ID (from the Customer Table) is entered. How could I bring up just the Domain ID which is in the Domain Table? I need to link the information over into one...
  18. CharlotteR

    transferring data in fields

    hi I have created several different forms, some of which contain the same information. For example, the field Domain ID is in both the Customer Form and the Domain Form. Is there any way of only entering the data in once under one table/form, and then linking/transferring it to another? Or...

Part and Inventory Search

Back
Top