Search results

  1. S

    Opening a report as a normal view?

    Sorry - how do I make a custom toolbar for the user to use? I am doing this as a program, so it must come u automatically. Can it be done through forms ?
  2. S

    Opening a report as a normal view?

    So is there any way to have a "print" button on the report and use it?
  3. S

    Opening a report as a normal view?

    Im sorry about the stupid questions! How can I open a report in a view which will let me test my buttons? I only seem to be able to open it in print preview!
  4. S

    Command button wizard

    When I add a command button the wizard no longer appears. How can I make it appear? Silly question I know :D Thanks !
  5. S

    Unbound or named combo boxes

    Ive got a combo box linked to fields in a form so when I value (tenantID) i selected in the combo box the record appears in the form. The problem is, I have changed the form name Unbound (it was blank) to TenantID as I want it to appear when the form is opened, however now I cannot select other...
  6. S

    Formatting a parameter?

    Ok... I've created a form which a combo box and a command button, the command button runs a query (through the wizard). However, when I run it, all records come up, not just the one that has been selected in the combo box. Can I put something on my query so that it finds ONLY the record...
  7. S

    Users entering a new record through a form?

    Sorted, I wasn't on the right properties! Thanks xx
  8. S

    Users entering a new record through a form?

    When I open the data tab on properties it is just grey - no options I can select ?
  9. S

    Users entering a new record through a form?

    Hello! :rolleyes: Just need a little extra help :( I have set up a form for the user to fill in a new record and used a command button for it to save. This all works ok. The problem I have is when the form is opened, a record is shown in each of the fields as opposed to a blank one. The...
  10. S

    Formatting a parameter?

    When using a query and asking for a user input, e.g. [Please enter a surname] - is it possible to design a form and link this to it ? Shellie x
  11. S

    Deleting a record through a button in a form?

    I hope this works !
  12. S

    Deleting a record through a button in a form?

    I can try :P Gimme a sec - can you tell Im not expecting an A at A-level :P xx
  13. S

    Deleting a record through a button in a form?

    Option Compare Database Private Sub Command3_Click() On Error GoTo Err_Command3_Click DoCmd.DoMenuItem acFormBar, acEditMenu, 8, , acMenuVer70 DoCmd.DoMenuItem acFormBar, acEditMenu, 6, , acMenuVer70 Exit_Command3_Click: Exit Sub Err_Command3_Click: MsgBox Err.Description...
  14. S

    Deleting a record through a button in a form?

    nothing at all. I didn't know how to use a macro - as the macro would only allow me to delete whole objects ie tables as opposed to single records?
  15. S

    Deleting a record through a button in a form?

    Help needed! (Apologies if this is a stupid question !) I'm making a database for my OCR A2 coursework. I have a table set up for tenants, and have created a form through which the user can delete a record from that table. I have a look up combo box, to select the record (tenant) for...
  16. S

    Switchboard!

    Thankyou! Much love sent your way! :D
  17. S

    Switchboard!

    Help - I made a switchboard and it went wrong, so deleted all of the sub switchboards and the switchboard icon in the forms window. I have now made a new one, but I can't get it to appear in the forms window. Any ideas? Shellie xx
  18. S

    Variable length records

    Hello Would it be possible for someone to explain to me how to program a variable length text fields in a table, as opposed to a fixed length field? Also - what would be the disadvantage of using this type of field ? Thanks Shellie
Back
Top Bottom