Search results

  1. B

    reference combo box value

    Thankyou!!! Fantastic!! I've spent all morning trying to work that out. You've made my day and helped set me up for a good weekend. Thankyou!!
  2. B

    reference combo box value

    I want the full description text box to pickup the value from cboPress. I don't want the user to have to click on it though. I have tried using the selected property but couldn't quite get it to work. How can i achieve my aim? I have attached my example
  3. B

    Update problem

    Getting there It is a memo. I have partly sorted the problem. i had set the format of the memo field as > to make all the text capitals. i deleted that and now it lets me input more than 255. But when I run an append query I'm sometimes getting gobbldeegook added on to the end.
  4. B

    Update problem

    No luck tried your code and it didn't work either. I'm stumped. the reason I'm trying to do this instead of a regular query is because I have a memo field that just wont allow anything greater than 255 characters and i read in this forum that some people solved this problem by doing their...
  5. B

    Update problem

    Still stuck Both fields are text fields. i now have the following and it still doesn't work. SQLstring = "UPDATE [Product List] SET [Full Description] =" & [Forms]![frmChoose]![subChoose].[Form].Controls![FD] & _ " WHERE [Part Number] = " &...
  6. B

    Update problem

    Nothing is being updated What is wrong with this code?: SQLstring = "UPDATE [Product List] SET [Full Description] =" & [Forms]![frmChoose]![subChoose].[Form].Controls![FD] & "WHERE [Part Number] =" & [Forms]![frmChoose]![subChoose].[Form].Controls![PN] & ";"
  7. B

    Different PC different result

    Thankyou for all your suggestions but I have fixed the problem although I don't know why it was a problem. The queries activated by clicking the button used data from two textboxes on the form. I didn't need the user to see these text boxes so I shrunk them right down and hid them behind...
  8. B

    Different PC different result

    I have created a button on one of the forms in my database that works perfectly on my computer under my admin login. It also works perfectly on my computer under other users logins. But if I try on any other computer on the network even with my admin login it doesn't work. Each computer has...
  9. B

    Help Help Help Help

    Yeah sorry! Was in a bit of a panic!
  10. B

    Restore database. Serious

    I want to restore my secure databse from yesterdays back up tape. Can I simply overwrite the mdb file with yesterdays keeping the same name. Will the secured mdw file still be able to open it. Or do I have to replace other files too.
  11. B

    Help Help Help Help

    I've just accidentally deleted records from a table in my database because I didn'r realise the tables were linked. How can I restore this data. Aaaaaargh
  12. B

    Memo size

    no it's definitely only taking the 255 characters.
  13. B

    Memo size

    I have a field in my table which is a memo type field. However it only holds 255 characters. Why is this? It may have been a text field before I changed it to a memo I cant quite remember. Would this have anything to do with it?
  14. B

    Form Style

    Does anyone know of any web sites where you can download good looking form templates??
  15. B

    Permissions

    I have a secured database in which I am the administrator and I have all necessary permissions. But when I try to link to tables in this database from another secure database it says I don't have the necessary permissions. How can this be??
  16. B

    New User Problems

    Definitely pointing to the right workgroup file. Everyone is using Access 2002 and the database isn't split. The Office XP which is installed in the system isn't a registered copy and everyone elses is. This is the only real difference i can think of at the moment. Could this affect it???
  17. B

    New User Problems

    I have a secure database which is currently used by 5 computers on the network. A new computer has just been added to the network but I cant seem to get into the database from it. The User Name and login part comes up but when I enter the new users details it doesnt recognise them and doesn't...
  18. B

    Highlight records on continuous forms

    Thanks Easy once u know how!! Thanks IMO
  19. B

    Highlight records on continuous forms

    I'm trying to do something with conditional formatting. Im a bit puzzled how I can format the Part Number text box based on the value of the Urgent check box???
  20. B

    Highlight records on continuous forms

    I have a continuous form. If a records urgent field is ticked true then I want that record to be displayed in red text. I want to keep the continuous form. How can I do this??
Top Bottom