Search results

  1. X

    Question Using access with Citrix

    Hello acces experts. I have a database created in MS Access 2007. I have saved the database as a mdb-file in a Citrix server to make many computers able to use the database. The problem is that, the database can only be open at once, in one computer. I'm able to connect to the server and see...
  2. X

    Open several databases at once

    Question: Using Access with Citrix Hello acces experts. I have a database created in MS Access 2007. I have put the database as a mdb-file in a server to make many computers able to use the database. The problem is that, the database can only be open at once, in one computer. I'm able to...
  3. X

    Row Numbers

    Hello I want a textbox which is placed in a column in the "table looking form"(like a list). I want the textbox to show the row number of the list. It shall look something like this: (textbox) 1. The title1 more text1 2. The title2...
  4. X

    Goto page

    Hello Can anyone tell me how to make a button that has the function of going to another page in a flap. The button is on page(0) and I want it on klick to go to page(1). Thanks XXD
  5. X

    Number list

    Hi I have a form in "table form" and I have inserted a textbox as a new column in the form. I want the textbox to show how many lines appears in the form. It's hard to explain but it looks something like this: (textbox) 1. The title1 more text1 2...
  6. X

    Folder making with vba

    Hello everyone I'm not very good at MS access so I am getting some trouble with a project I'm working on. The thing I'm going to do is to make a database that can make folders where to be able to put new folders and also import files. All folders shall be editable and you may put new...
  7. X

    Edit data on table with VBA

    Hi I am interested on press of a button to add a value from a textbox to a specific table on a specific column on a specific row. Is this possible? regards xxd
  8. X

    Question choose printer to print your report

    Hi How can I make so that when you press the print button a report shall be printed by a printer that i have wroten in the code? to print a report i'm using this code stDocName = "Report" DoCmd.OpenReport stDocName, acNormal but it prints out from the default printer. I don't want to change...
  9. X

    Need help to sum

    Hi On my form there is some prices showing from a query, how can i make a "total price". Sum up all the prices in one texbox? I have attached a image to make it clearly =Sum([Total price]) isn't working :( any suggestions? Thanks in advance XXD Edit: Found the problem :D wrote the code in...
  10. X

    Show query info on the form

    Can't make this work: My query is linked to a textbox on my form so depending on the value of the textbox it shows some data. But I can not make that data show on the form. The datasource on my form is that query but when i press a button to update the form nothing happens? Any suggestions...
  11. X

    Change text on a textbox by clicking button on another form

    I have two forms. I have some txtboxes on one form and a button on another. When i click the button i want the text on the textboxes on the other form to change. How do I write a code that changes for example: Private Sub cmd_Click() <---- this is on one form (the button) text.Text = "Hello"...
  12. X

    Short command so that i can edit my forms, tables etc.

    As Start-up I have choosen a form named Start. How am I going to block, that users can edit the form or the rest of the database? But if I need to edit something I want to get the "main window" (Where all the tables, queries, forms etc. are) by clicking Ctrl + Shift + E for example. Any idea?
  13. X

    Add text on the form when the query is "shown"

    Add text on the field when the query is "shown" I have created query that shows some fields from selected tables. The information that shows from all fields, when I "run" the query can't be edited and I can't add new text on the bottom of field. How can I do this? I have attached a picture of...
  14. X

    Add information from the texbox to a table

    I have created a textbox on my form, "Start", and a button. When i klick the button i whant to make so that the text i have entered in my textbox adds on a table namde LIST. I have googled but haven't found anything. Does anyone have any suggestion on how i can move forward? Will apperciate it...
  15. X

    Don't know what to call it :S

    I have created a report where a textfield shows text of what have been choosen on my form: =Forms!Start!cbxList When I preview the report then the value of my combobox, that i have choosen , shows. The combobox have 2 columns but only the second column is "visible", which it has to be. So...
Back
Top Bottom