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

    Fields of the same record in a combo box

    Thank you so much!
  2. pau75

    Fields of the same record in a combo box

    Thanks for the tip. I'll probablty use the pop up form. Just one more thing, what's a controltip text??
  3. pau75

    Fields of the same record in a combo box

    Doesn't work, when I tried, all the records are showing the same phone number. It's a continuous form, I guess it's the reason why. Right?
  4. pau75

    Fields of the same record in a combo box

    Missling is right, in the form I have some other information (name, Id, etc) and it's all about saving some space in the form (that it is continuous). I tried the code: Me.DocCombo.RowSource = "Home: " & [Home] & ";" & "FAX: " & [Fax] & ";" & "Cell: " & [Cell] and it works, the problem is that...
  5. pau75

    Fields of the same record in a combo box

    I'm have a table where each record has three phone numbers (cell, home and work). I want to create form with some of the information of the table and I would like to combine the three phone numbers in a combo box, so that when you click on it the drop down list shows the three phones. How can...
  6. pau75

    please help with "date of birth" to "age" conversion

    Try this: =DateDiff("yyyy", [Birthdate], Now())+ Int( Format(now(), "mmdd") < Format( [Birthdate], "mmdd") ) It works just fine!
  7. pau75

    Computer wont power down on shutdown!

    I just purchased and installed a new mother board and a cpu for my old computer. The mother board is a winfast 760GXK8MC and the CPU is a Sempron 3000 1.8 MHz. I installed Win Xp professional and everything works fine. The problem comes when I want to turn off the computer, if I click on turn...
  8. pau75

    PCMCIA IRQ Conflict

    I'm trying to set up a wireless network at home. In one computer I have a 2wire (SBC Standard) dsl router and a 2Wire USB Access Point that I recently purchased, this PC is running under WinME .In the other one, running under WinXP, I installed a PCMCIA slot in a PCI also a 2Wire. To that point...
  9. pau75

    Bluetooth CF Card - conflict with I/O Range?

    I'm trying to set up a wireless network at home. In one computer I have a 2wire (SBC Standard) dsl router and a 2Wire USB Access Point that I recently purchased, this PC is running under WinME .In the other one, running under WinXP, I installed a PCMCIA slot in a PCI also a 2Wire. To that point...
  10. pau75

    IRQ 00 Conflict

    I already tried this, it did not work... any other suggeriments? Do I need to configure the crad in any way? (It's the first time I use one of those.)
  11. pau75

    IRQ 00 Conflict

    I recently bought a 2wire wireless pci card that I installed in my computer. The crad is working properly and the system recognizes it. The problem comes when I insert the PCMCIA card that came with it. The system assigns to it the 00 IRQ and of course crashes wiht the system timer. I tried to...
  12. pau75

    Larger number of an input

    I need to display in a form the larges integer after a serie of inputs. What would be the code to find it?
  13. pau75

    Visibility on a continuous form

    Hello, I have a little problem setting the visibility on a text box when I'm using a continous form. I have 3 text box that change their visibility depending in the value of another field [event]. I have three options, If [event] value is 1 a field called time appears, if [event] value is 2...
  14. pau75

    Email hyperlinks

    Thank you very much Aubs010 for this thread!! I was so upset for I could not make the e-mail thing work. Thank you again. Pau75
  15. pau75

    Athletes Data Base

    Thank you, but I need to storage them as possible data as an hours, minutes, seconds and cents of a second. Example: An athlete runs a race in 1 hour, 36 minutes, 26 seconds and 29 hundreths of second. How can the user enter this kind of data? Thank you again.
  16. pau75

    Athletes Data Base

    I'm developing a DB for a track &amp; field coach so he can keep a record of all of his athletes. My question is, how can I save their times in order for a posterior work with them, as a chart o calculations. What type must be the field on the table? Thanks pau75

Part and Inventory Search

Back
Top