How To Create A Form As An Executable
hi everyone i'm super new at access. i think it's neat for now.
i just made a form that people can use to insert information. we have a network drive here and it would be super cool to be able to convert the form into an Executeable file that way people can just click on the exe Icon and open up the form without having to go into access and then open the form.
please let me know
View Complete Forum Thread with Replies
Related Forum Messages:
How To Create A Executable Application
I am using MS Access to develop a DB application for one of my clients. Now I want to give it my client in a form of .exe file in which he can only use the menubar I have designed. I dont want him to see the MS Access toolbars Kindly Guide
View Replies !
As Executable As Possible
I am trying to make my database as secure as possible so I can sell the application I have written. Certian things are stored in a table to make the application unique to the buyer to hopefully stop free distribution.So I need to make sure that the user cannot acces the tables and make changes to them other than via the front end.I have a password protected backend but the users can still edit the contents of the table via the front end.Not sure if this is the easiest way but I am considering the following:I want to open the main form when the database is opened, and then close the whole access application when the main form is closed.Also, is there a way to change the text in the Top Bar that says Microsoft Access to something else plus change the Tab Name on the Windows Program selection bar at the bottom of the screen.Would using the Access Developer Extensions be the best answer to my problem??http://msdn.microsoft.com/office/technologyinfo/devtools/accessextensions/default.aspxHas anyone used these?
View Replies !
Become An Executable File ?
1.What is Access Runtime? 2.Is there any way (or is it possible) that can change mdb/ mde to executable file (.exe), and can be ran in Access Runtime? :confused: Thanks
View Replies !
Stand-alone Executable
I've made a few databases in the past for an engineering test facility with some (limited) success. Recently we purchased a time sheet program that works as a stand alone program, but uses Microsoft Access to operate. Everything is table driven and there are filters and all the good stuff from Access, but it's a seperate program - I don't have to open Access to run this program. This would be great if I could make database programs that could run on their own, so to speak. Any chance one of you could point me in the right direction on how to learn to do that kind of thing? Do you need stand-alone Visual Basic or can I make the program within the limitations of Access? I have both so it doesn't really matter, but outisde of VBA within Office products, I'm a programming noob. Thanks in advance.
View Replies !
View Access Files/executable?
I was asked to create an Access db with search functionality in a form and have done so, now I have come across a problem……….. The team I have created this for do not have Access installed on their pc’s and this is and archive search db that I have created so will only be using it very rarely!! As a result I wondered if there is a free viewer or anything I can do to get them to use this db that I have created without having to purchase 12 licenses for an application that will rarely be used! Any suggestions ?
View Replies !
How To Create Users In Form
hey guys, i just needed a guide on how to create a form with different users in it. also, is there a way in which i can create a button that will open the wizard to create a report ?? [guess wat, no deadline.... but that doesn't mean dont answer ;) ] hope a reply soon.. thanks in advance.
View Replies !
Create Form From Wizard
During the create form from wizard process, there is a screen which gives the option of applying a style. Can this be bypassed or can a 'none' option be added.I'm new to access, so any suggestions are welcome. I think creating a form in design view will build with no syle, but how do you add fields?thanks
View Replies !
Create A Chart On A Form
i have about 1500 records in my database and i want to display a bar chart for each record, i can tryed creating one but when i try adding the months it says i only can add 6 fields but i want to include each month not just 6 months in the chart, this is an on going database so in the future there will be more months added. here is the picture of the form i want to be able to show 2005 and 2006 figues in the same chart
View Replies !
Create Records From A Form
Can someone direct me as to the most efficient way to add records to a table from a form? I have a table of members and a table of invoices and want to automatically create an invoice for each member by clicking a button on a form. Is there a way to do this using a macro, query, or do I write it in VBA? Thanks much!
View Replies !
Need To Create A Form Letter....
I need to add a basic button on a form that would populate the current on-screen data in a form letter. The fields I have are name, address, city state zip and amount. I currently have the basic buttons on my form - Search, Next, Previous,Add, Delete Print Current Record. Thanks in advance for your assistance.
View Replies !
Create New Record With Form
How do I create a new record (in the table to which the form is bound) automatically if, when the form opens, there is no record in the table that meets the criteria in the form filter? Thanks!
View Replies !
Help- Create Search Form
hello, i know i have seen example from here, nome of them seems to help. My is just a simple search. i have 4 tables: Artist Name, title, country and location all i want is create a form that has a search. I want to type the artist name and it lists the country of the artist. How to i do this. I create the command button and text box but it just does not work. This is the code i use on the command. Quote: Private Sub ButtonSearchForRecords_Click() Dim StringQuery As String Dim StringWhere As String StringWhere = "" If Not (TextBoxSearchName = "") Then StringWhere = StringWhere & "AND [Name] = '" & TextBoxSearchName & "' " End If StringWhere = Right$(StringWhere, Abs(Len(StringWhere) - 4)) StringQuery = "SELECT [Name], [Title], [Country], [Location] " _ & "FROM [2-75TH SCAR] WHERE " & StringWhere _ & "ORDER BY [Name], [Country]" Me.ListBoxRecordsFoundInSearch = StringQuery Me.ListBoxRecordsFoundInSearch.Requery End Sub
View Replies !
Want To Create A Printable Invoice From A Form
Hi, I have a data entry form that needs to become an invoice form. The problem I have is that the background colour prints too, tried "print data only" option, but as it says on the tin, only the data is printed. Ideally I want the formatting, field headings, but not the background colour. Is the only option to remove the background colour? Or should I create a "print" button that runs a report for the selected record? Many thanks daz.
View Replies !
Problem With Create A Form Wizard
For my assignment at college, i'm making a database about an IT company. I've created all the tables and the relationships between them at college, and I sent it home so I could work on tonight. When I go through the wizard, I can select the table but there are no fields for me to choose from no matter which table I choose. I have added all the data into each table. I am using access 2003, however the text above the window with the tables/forms/queries selections says 'Access 2000 format. The form creation worked at college but I have no idea why it is not working at home. Please help, I'm running out of time lol :confused:
View Replies !
I Need To Create A Search Form But I'm Lost
Hi, I am a total newbie to access. We have a small business and i do all the admin. I've created a database of all our contacts (name, address, phone number, fax number, etc) and i've managed to create a form that allows me to enter the data into that instead of directly into the database window. The last thing i want to do is create a search form or add a button to my existing data entry form that will allow me to type in a contacts name, address, or any other thing about them i remember at the time, and be taken straight to that entry. Once this is done that is all i need to know for the moment. I've tried an example i found on microsoft's site but can't get it to work properly. Can anybody help. I'd imagine this is very very simple but i can not get the answer myself. Thanks.
View Replies !
Tables Link To Create Form
Hi All. I try to create Inventory database where some group of devices can locatated in the same room. I created three tables: Table1, Table2 and Table3. Fields of Table1 are: Tab1ID, Device, SN and more. Fields of Table2 are:Table2ID, Table1ID, Location, Room. Fields of Table3 are: Table3ID, Table1ID, HowTook, Date. What is correct way to link tables or I need to create other Table4 which will keep ID's fields: Table1ID and Table2ID? My Main form based on Table1. The subform I want to create using Table2 or query with Table1, Table2 or if need Table4. My problem is crete a form using Table1 and Table2?
View Replies !
How To Create Multiple Links In A Form
I have a form that tracks the budget. It is a small budget. But my problem deals with req. dates and req. amounts. You will see from the example I gave you that I can input one req. date and one req.amount and my calculations shows the ending balance. But how do I make fields where the same person can buy from different vendors in one day? I want to be able to show the date and the different requisitions and have the calculation subtract from each one, thus showing the ending balance. Hope this makes since. I attached the file of the example. So under: Date Req. I need to be able to put mulitple dates Amount Spent: Different amounts that correspond to the date. Ending balance: The ending balance will be correct when all of it is done.
View Replies !
|