Search results

  1. M

    Form Design

    The only fields that are similar between products are the Equipment Details and Results fields the checklists, Test Format and electrical safety details for each device is different so i will have 15 tabs. The tabs certainly make it much easier to control
  2. M

    Form Design

    I got it to work probaly could be cleaned up a bit seems a bit long winded for what it is doinf espically when i have another 15 sheets the code will be huge. If Me.Equipment_Type.Value = "Device1" Then TabCtl155.Visible = True Else TabCtl155.Visible = False End If If...
  3. M

    Form Design

    Sorry about this but my coding is at an early stage (very Early) can you give me an example using the syntax. Thanks
  4. M

    Form Design

    That sounds good, what i have done is linked the device type to the tab control what would be perfect if i could get the page of the tab control to open for the particular device the code i was using is below can i get the particular page of the tab to open also with out the other?? If...
  5. M

    Tick Box control

    Thanks for all the info learning something new everyday. The option group is very handy i was wondering if it is possible to use the option group but to be able to tick more than one option at a time???
  6. M

    Form Design

    I am in a spot of bother I have a form which i want to use for testing devices the only problem is each device has different testing protocols. The only thing that is similar is the device details and the Test format. What i have done so far is linked the checklists to the device name so that...
  7. M

    Database offline

    I am hoping to use my database on a laptop while doing some service work. As the database is held on a shared network will i be able to do this and how will the information be updated without some being lost when i reconnect to the network?
  8. M

    Text box Multiple lines

    You may be sorry you asked... I have a list of check boxes which are for the repair of a piece of equipment i have set the form up so that when you select a particaular piece of equipment the list of checkboxes changes to suit the piece of equipment. I was thinking of creating the list in a...
  9. M

    Text box Multiple lines

    I am trying to type multiple lines in a text box after i type a line and hit enter i want to start a new line but this is not happening. Instead i have to mess around with the space bar one wrong move and the whole lot is all over the place. Is there anything i can do or maybe there is a better...
  10. M

    Cool Search Toool problem

    Is it possible to get a real small version of this DB query so i can try to understand and then copy it to my DB.
  11. M

    Tick Box control

    Thanks Neil, I have already set them up as yes/no in Tables - how do i adjust them to be option buttons without altering this? Thanks again
  12. M

    Security

    Is it possible to record who updates/changes/adds infromation on a database. I will have multiple users logging onto the DB to add another extra element of security can people lock there infromation by password after it is entered much the same as a digital signaure in PDF forms.:eek:
  13. M

    Reports

    Can you generate a report from infromation on a table. i.e. I select the infromation from a table and then click on it so it can be printed as a A4 sized service report (fomatted as a service report)??:confused:
  14. M

    Tick Box control

    I have a row of tick boxes, i want only one to be selectable at any one time, how do i go about setting this up?:cool:
  15. M

    Create a search button

    I am new to access but have managed to put togther a nice DB for logging services completed on equipment. I now need to search the infromation by user name, location, serial number and date. I have tried to generate a query but get completly lost in the process. Is there a way to search and...
Back
Top Bottom