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

    wmv converting to txt

    Help please. Every time I forward an email with a wmv attachment, using hotmail, it converts to txt. Is there a way to disable it? I am using Explorer as my browser. Thank you in advance :-)
  2. tatika

    start a form in finding mode

    Does anyone know how to start a form in finding mode? My goal is to open a blank form, enter a piece of information, and receive back a complete information pertaining to that record. Is it possible? Thanks in advance :-)
  3. tatika

    adding a query row

    Someone Please help. I need to sum the row of data. This query is used for weekly time sheets for a group of employees. The date ranged 7 days at a time and lists employee name, and hours worked for each given day within the date range, eg., Mon: 7.5 hours, Tue: 8 hours, etc. I need a final...
  4. tatika

    add a calculated field

    Hi, hope someone could help me :-) I have a query that holds employee schedule. I created fields such as Employee, Emp _Class, Emp_location, From (time employee loged in), To (time employee loged out), and a calculated field called Total that subtract From and To. My goal is to find a...
  5. tatika

    add time

    Hope someone could help me. My goal is to calculate the number of hours a person works in a day. I have two fields "Logon" and "Logout" as medium time. I would like to calculate the logon and out to a number. Example: if I logon at 10:00 am and logout at 3:00 pm it should give me a total of 5...
  6. tatika

    how to transfer video to laptop

    I have a jvc digital camcorder that I would like to transfer the movie I recorded to my laptop. I am not sure what hardware I really need. My goal is to transfer video and audio to the laptop for editing, but I don't have a fireware port. Is there a way to connect a firewire cable onto the usb...
  7. tatika

    update values

    Hi, Hope somebody can help me with this issue My database has a table that holds employees salary. I use this table often in order to calculate bi-yearly expenses. My problem is that some of the employees listed on the table are getting a salary increase. If I update their salary in the table...
  8. tatika

    adding yes/no option

    For each record on my table I created a yes/no option that is selected at data entry. I created a query based on the table values and set the yes/no option to count. So, for each record I generate it counts the yes/no option as 1. In order to add all my counts, I proceded on creating an adding...
  9. tatika

    renumbering autonumber

    My table's primary key is an autonumber. There are more than 1000 record in this table. Is there a way to renumber all my records? Thanks :-)
  10. tatika

    how to export an access form to asp

    is there a way to export an access form to asp? could you let me know how? thanks
  11. tatika

    how to hide subforms from a form

    I created a subform w/some confidential information that I would like to share only w/a group of users. I don't want the information to display unless it is the right user. Is there a way to hide a subform and enable it on click. Could you let me know how? thanks
  12. tatika

    Is there a way to insert collected data into two or more joined table

    I created a form that collects information from different prepopulated joined tables and stores the information in two other different joined tables. The source for my insert.cfm is: <cfinsert datasource=&quot;mydatasource&quot; tablename=&quot;tblTable&quot; Is there a way to insert the...
  13. tatika

    radio button

    Hope this is clear... I created an action form that allows users to populate records onto a table. I would like to use radio buttons that would allow users to select from a list of options. Once a user select the button option this option will populate a field on a table called...
  14. tatika

    making populated values into a lookup field:-(

    hi: I created a table called tblEquipment. The fields are called &quot;EquipmentID&quot;(primary key & autonumber) and &quot;EquipmentDescription&quot;(which I populated w/their appropriate values). My problem is that there are a few values that I would like to give the user the option to...
  15. tatika

    Could a radio button when selected

    Could a radio button when selected be associated with a text box? Ex: radio button &quot;other&quot; , text box &quot;other&quot; (w/multiple lines for extra comments) I am using Html and saving the information to a database table. Thanks in advance :-)
  16. tatika

    button to deselect a radio button

    Is there a way to code a radio button so that there are option to check and uncheck it. I know this can be done w/check boxes, but I really would prefer to use the radio button instead (it looks better for the page design I am working on) thanks in advance :-)
  17. tatika

    Is there a way to direct text fields on a form to a unbound table?

    I created a form completely independent to my table. Now I would like to insert information to the table from a form that is not bound to the table. Is there a way to force the field in the form to save onto the table?
  18. tatika

    HELP PLEASE

    I have created a table called Equipments that lists many different types of equipments. My goal is to create a form that lists the equipments by name . Example: microphone (in a check box) and quantity required (on a text box) My goal is to have each equipment selected placed on table...

Part and Inventory Search

Back
Top