Search Results

Showing results 1 to 32 of 32
Search took 0.01 seconds.
Search: Posts Made By: MidiMagic ; Forum: MS Access and FileMaker Pro and child forums
Forum: MS Access and FileMaker Pro Jun 19th, 2008
Replies: 1
Views: 995
Posted By MidiMagic
SQL usually does not do that. It wants to keep the same ID for the same record in perpetuity.

The easiest way would be to delete the numbered column, then add it again as an autonumbering field....
Forum: MS Access and FileMaker Pro Jun 19th, 2008
Replies: 3
Views: 1,382
Posted By MidiMagic
You don't send an email with a button.

You send the temporary file to the manager as an attachment. Then the manager does the appending.
Forum: MS Access and FileMaker Pro Jun 14th, 2008
Replies: 1
Views: 1,147
Posted By MidiMagic
Excel has a "Save as web page" option in the File menu. Do all of your calculations with ranges, so you can insert a column and they still work. Be sure to use the correct cell addressing modes, so...
Forum: MS Access and FileMaker Pro Jun 14th, 2008
Replies: 5
Views: 1,463
Posted By MidiMagic
What about distributing the changes at night?

How about using a network server for one shared file?
Forum: MS Access and FileMaker Pro Jun 14th, 2008
Replies: 3
Views: 1,441
Posted By MidiMagic
Export the data to an Excel spreadsheet.

Or better, open the file into Excel (use the file type dropdown in the Open window), then save it as an Excel spreadsheet.
Forum: MS Access and FileMaker Pro Jun 14th, 2008
Replies: 3
Views: 1,382
Posted By MidiMagic
You need two tables. One is for the temporary file sent to the manager. The other is the permanent table, under the control of the manager. The manager then merges the record into the main table.
Forum: MS Access and FileMaker Pro May 25th, 2008
Replies: 1
Views: 624
Posted By MidiMagic
This is a place where you should use a query. With it, you can display data from different tables in the same screen.
Forum: MS Access and FileMaker Pro May 25th, 2008
Replies: 3
Views: 901
Posted By MidiMagic
You can also use a query.
Forum: MS Access and FileMaker Pro May 25th, 2008
Replies: 1
Views: 688
Posted By MidiMagic
That's to keep you from accidentally deleting an unsaved feature.
Forum: MS Access and FileMaker Pro May 20th, 2008
Replies: 1
Views: 1,870
Posted By MidiMagic
You need a for or while loop to repeat all of the records.

But why don't you just use the export function under File.
Forum: MS Access and FileMaker Pro May 20th, 2008
Replies: 3
Views: 2,114
Posted By MidiMagic
I come here only once a week.

Check to see if they have Microsoft Excel export and import in common.
Forum: MS Access and FileMaker Pro May 9th, 2008
Replies: 1
Views: 3,558
Posted By MidiMagic
What you need is one table with a list of all of the products, and more fields for the different kinds of products to link to the original tables you have.
Forum: MS Access and FileMaker Pro May 9th, 2008
Replies: 2
Views: 781
Posted By MidiMagic
Did you use the name of the field the query produced?

I got it to work, using the name of the field produced by the summary data function.. But you can't use data from both a table and from a...
Forum: MS Access and FileMaker Pro May 9th, 2008
Replies: 2
Views: 805
Posted By MidiMagic
Make two different forms, one for each purpose.
Forum: MS Access and FileMaker Pro Apr 22nd, 2008
Replies: 5
Views: 1,383
Posted By MidiMagic
Use the OLE type to display an image. You can put a one pixel image in for a nonimage question if the process needs an image. Create an image of the equation using Word and Ctrl-PrintScreen. Paste...
Forum: MS Access and FileMaker Pro Apr 22nd, 2008
Replies: 4
Views: 4,604
Posted By MidiMagic
Try asking if the field equals "".
Forum: MS Access and FileMaker Pro Apr 22nd, 2008
Replies: 4
Views: 1,029
Posted By MidiMagic
You can also use the lookup wizard, which is a lot easier. It is a type in the Access table design view. But first, you must create a relationship between the tables.
Forum: MS Access and FileMaker Pro Apr 16th, 2008
Replies: 5
Views: 1,383
Posted By MidiMagic
Store pictures in an OLE type field.

Do you want to display the formula, or execute it?
Forum: MS Access and FileMaker Pro Apr 12th, 2008
Replies: 1
Views: 4,936
Posted By MidiMagic
Datasheet view shows the data in the database. It also allows you to enter and edit the data. It does not let you change the format of the database, other than minor changes (such as displayed column...
Forum: MS Access and FileMaker Pro Apr 12th, 2008
Replies: 7
Views: 5,282
Posted By MidiMagic
Export the data using Access, then use the application to open that.
Forum: MS Access and FileMaker Pro Apr 12th, 2008
Replies: 2
Views: 4,578
Posted By MidiMagic
Go to Design View on the form, and insert the header as needed.
Forum: MS Access and FileMaker Pro Mar 9th, 2008
Replies: 2
Views: 927
Posted By MidiMagic
This might work better if you export the Access table as an Excel spreadsheet, then add it to your existing Excel spreadsheet as another sheet tab.

You can use quoted strings in both the condition...
Forum: MS Access and FileMaker Pro Mar 7th, 2008
Replies: 1
Views: 995
Posted By MidiMagic
It appears to be closing the login session after each use. You need a way to keep the session open, and a way to log out when you are done.
Forum: MS Access and FileMaker Pro Mar 7th, 2008
Replies: 1
Views: 753
Posted By MidiMagic
Make Faculty ID the primary key in the Faculty table.

Form one-to-many associations between Faculty table and the other two tables.
Forum: MS Access and FileMaker Pro Mar 7th, 2008
Replies: 5
Views: 1,033
Posted By MidiMagic
Sort of.

I used the exact language required by Access.
Forum: MS Access and FileMaker Pro Mar 3rd, 2008
Replies: 5
Views: 1,033
Posted By MidiMagic
Make student-id the sorting key of the students table.

Form one-to-many relationships from student to tests, and from student to assignments, using student-id as the key.
Forum: MS Access and FileMaker Pro Feb 11th, 2008
Replies: 1
Views: 868
Posted By MidiMagic
Columns of what, in what kind of file?
Forum: MS Access and FileMaker Pro Feb 11th, 2008
Replies: 1
Views: 1,527
Posted By MidiMagic
You can use a 1D array as a 2D array.

Just count the first 15 elements as line 1, the second 15 elements as line 2, and so on.
Forum: MS Access and FileMaker Pro Jan 12th, 2008
Replies: 3
Views: 1,034
Posted By MidiMagic
You will probably need a combination of PHP and MySQL.
Forum: MS Access and FileMaker Pro Jan 8th, 2008
Replies: 5
Views: 2,017
Posted By MidiMagic
If I understand what you are saying, I think you need to link the tables together with a key field (account number?).
Forum: MS Access and FileMaker Pro Jan 4th, 2008
Replies: 5
Views: 2,017
Posted By MidiMagic
Why do you need a tree structure? What's wrong with the list structure provided?
Forum: MS Access and FileMaker Pro Jan 1st, 2008
Replies: 5
Views: 2,017
Posted By MidiMagic
Please elaborate. What is the purpose of the tree?
Showing results 1 to 32 of 32

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC